TanStack

table_selectAllCells

Function: table_selectAllCells()

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

Defined in: features/cell-selection/cellSelectionFeature.utils.ts:599

Selects every selectable cell in the table as one range.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

table

Table_Internal<TFeatures, TData>

Returns

void

Example

ts
table_selectAllCells(table)