- I collapse a column
- I navigate away from that layout with the table (setting the second component of a split panel to something else instead of that table, but i keep the table in memory)
- I return the layout and its table by navigating back (setting the layout and the table to the second component of the split panel)
- I uncollapse the column.
Problem here: instead of taking full space it uses the same space and spawns a scroll bar.
- I navigate away
- I navigate back, problem gone
(Possible explanation: undefined size layout calculates the space of its inner components when adding it to the second component of the split panel, but not when the component size changes)