Package-level declarations
Types
Functions
Link copied to clipboard
Link copied to clipboard
fun <C> rememberTableState(columns: ImmutableList<C>, initialSort: SortState<C>? = null, initialOrder: ImmutableList<C> = columns, initialWidths: ImmutableMap<C, Dp> = persistentMapOf(), settings: TableSettings = TableSettings(), dimensions: TableDimensions = TableDefaults.standardDimensions()): TableState<C>
Remember and create a TableState tied to the composition. Initial parameters are used only once; runtime mutations will not recreate the state.