You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue where dynamic arrangement failed when setting the table to the exact width of the content #90.
The header size is now properly respected in the final optimization step #90.
Previously, this wasn't the case and lead to weird formatting behavior when both of the following were true
Dynamic content adjustment was active.
The table didn't fit into the the available space.
The header of a row was longer than its content.
Fix wrong LowerBoundary calculation. This was introduced in commit bee764d, when this logic was refactored. #90.
Table::column_iter no longer requires a &mut self, but only &self.