RowSorting

The RowSorting feature. Adds sorting state, the column-level sort accessors (getSortingFn, getIsSorted, toggleSorting, ...) and the table-level setSorting / resetSorting / getSortedRowModel.

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