layout or table bug

  1. I collapse a column
  2. 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)
  3. I return the layout and its table by navigating back (setting the layout and the table to the second component of the split panel)
  4. I uncollapse the column.

    Problem here: instead of taking full space it uses the same space and spawns a scroll bar.

  5. I navigate away
  6. 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)


    11444.png
    11445.png
    11446.png
    11447.png