Back to Table

table_getExpandedRowModel

docs/reference/functions/table_getExpandedRowModel.md

8.21.3683 B
Original Source

Function: table_getExpandedRowModel()

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

Defined in: core/row-models/coreRowModelsFeature.utils.ts:96

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

table

Table_Internal<TFeatures, TData>

Returns

RowModel<TFeatures, TData>