Back to Table

CachedRowModel_Expanded

docs/reference/interfaces/CachedRowModel_Expanded.md

8.21.3782 B
Original Source

Interface: CachedRowModel_Expanded<TFeatures, TData>

Defined in: features/row-expanding/rowExpandingFeature.types.ts:136

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

expandedRowModel()

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

Defined in: features/row-expanding/rowExpandingFeature.types.ts:140

Returns

RowModel<TFeatures, TData>