Back to Table

table_setRowSelection

docs/reference/functions/table_setRowSelection.md

8.21.3734 B
Original Source

Function: table_setRowSelection()

ts
function table_setRowSelection<TFeatures, TData>(table, updater): void;

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

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

table

Table_Internal<TFeatures, TData>

updater

Updater<RowSelectionState>

Returns

void