Back to Table

createExpandedRowModel

docs/reference/functions/createExpandedRowModel.md

8.21.3808 B
Original Source

Function: createExpandedRowModel()

ts
function createExpandedRowModel<TFeatures, TData>(): (table) => () => RowModel<TFeatures, TData>;

Defined in: features/row-expanding/createExpandedRowModel.ts:9

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData = any

Returns

ts
(table): () => RowModel<TFeatures, TData>;

Parameters

table

Table<TFeatures, TData>

Returns

ts
(): RowModel<TFeatures, TData>;

Returns

RowModel<TFeatures, TData>