Defined in: types.ts:310
The object returned by createTableHookContexts: three scoped octane contexts plus matching context hooks.
TFeatures extends TableFeatures
TData extends RowData
cellContext: Context<Cell<any, any, any>>;Defined in: types.ts:315
headerContext: Context<Header<any, any, any>>;Defined in: types.ts:316
tableContext: Context<OctaneTable<any, any, TableState_ColumnSizing & TableState_ColumnResizing & TableState_RowExpanding & TableState_ColumnFiltering & TableState_RowPagination & TableState_ColumnGrouping & TableState_GlobalFiltering & TableState_ColumnOrdering & TableState_ColumnVisibility & TableState_RowPinning & TableState_RowSelection & TableState_CellSelection & TableState_ColumnPinning & TableState_RowSorting & TableState_WorkerRowModels>>;Defined in: types.ts:314
useCellContext: <TValue>() => Cell<TFeatures, any, TValue>;Defined in: types.ts:321
TValue extends unknown = unknown
Cell<TFeatures, any, TValue>
useHeaderContext: <TValue>() => Header<TFeatures, any, TValue>;Defined in: types.ts:326
TValue extends unknown = unknown
Header<TFeatures, any, TValue>
useTableContext: <TTableData>() => OctaneTable<TFeatures, TTableData>;Defined in: types.ts:317
TTableData extends RowData = TData
OctaneTable<TFeatures, TTableData>