type AppCellContext<TFeatures, TData, TValue, TCellComponents> = object;Defined in: packages/svelte-table/src/createTableHook.svelte.ts:49
Enhanced CellContext with pre-bound cell components. The cell property includes the registered cellComponents.
TFeatures extends TableFeatures
TData extends RowData
TValue extends CellData
TCellComponents extends Record<string, ComponentType<any>>
cell: Cell<TFeatures, TData, TValue> & TCellComponents & object;Defined in: packages/svelte-table/src/createTableHook.svelte.ts:55
FlexRender: typeof FlexRender;column: Column<TFeatures, TData, TValue>;Defined in: packages/svelte-table/src/createTableHook.svelte.ts:57
getValue: CellContext<TFeatures, TData, TValue>["getValue"];Defined in: packages/svelte-table/src/createTableHook.svelte.ts:58
renderValue: CellContext<TFeatures, TData, TValue>["renderValue"];Defined in: packages/svelte-table/src/createTableHook.svelte.ts:59
row: Row<TFeatures, TData>;Defined in: packages/svelte-table/src/createTableHook.svelte.ts:60
table: Table<TFeatures, TData>;Defined in: packages/svelte-table/src/createTableHook.svelte.ts:61