State
Central class for the dynamic aspects of the column configuration, so the actual state of column meta data in contrast to the row data!
Currently the order of the columns (which includes visibility!) and the SortingPlan are managed.
There are two helper methods to ease the State handling:
orderedColumnsWithSorting: Used for generating the needed structure for the header rendering
columnSortingPlan: enriches the pure SortingPlan with the actual Columns, which is needed by the RowSorter interface instead of the pure IDs only.
Constructors
Functions
Link copied to clipboard
fun <T> columnSortingPlan(columns: Map<String, Column<T>>): ColumnSortingPlan<T>
Content copied to clipboard
Link copied to clipboard