RowPinning

The RowPinning feature. Adds rowPinning state, the row-level pin / getIsPinned / getCanPin / getPinnedIndex accessors, and the table-level partitioning into top, center and bottom rows.

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 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 override 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