ColumnOrdering

The ColumnOrdering feature. Adds columnOrder state, the table-level setter/reset, the per-column getIndex/getIsFirstColumn/ getIsLastColumn accessors, and the ordering function used to build leaf column lists.

Properties

Link copied to clipboard
open val createCell: (cell: Cell<Any?, Any?>, column: Column<Any?, Any?>, row: Row<Any?>, table: Table<Any?>) -> Unit?
Link copied to clipboard
open override val createColumn: (column: Column<Any?, Any?>, table: Table<Any?>) -> Unit?
Link copied to clipboard
open val createHeader: (header: Header<Any?, Any?>, table: Table<Any?>) -> Unit?
Link copied to clipboard
open val createRow: (row: Row<Any?>, table: Table<Any?>) -> Unit?
Link copied to clipboard
open override val createTable: (table: Table<Any?>) -> Unit?
Link copied to clipboard
open val getDefaultColumnDef: () -> ColumnDef<Any?, Any?>?
Link copied to clipboard
open override val getDefaultOptions: (table: Table<Any?>) -> TableOptionsResolved<Any?>?
Link copied to clipboard
open override val getInitialState: (initialState: InitialTableState?) -> TableState?