ColumnPinning

The ColumnPinning feature. Adds columnPinning state, the column- level pin/getIsPinned/getPinnedIndex accessors, and the row/table partitioning into left, center and right pinned sections.

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