Back to Table

table_getGroupedSelectedRowModel

docs/reference/functions/table_getGroupedSelectedRowModel.md

8.21.3711 B
Original Source

Function: table_getGroupedSelectedRowModel()

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

Defined in: features/row-selection/rowSelectionFeature.utils.ts:128

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

table

Table_Internal<TFeatures, TData>

Returns

RowModel<TFeatures, TData>