Closed
Description
Problem
For tables with many columns, there isn't currently a way to offset the columns that are rendered or to select a column.
Solution
Add column_offset
and column_selected
fields to TableState
that are used when rendering, similar to how the [row] offset
and selected
are currently used.