Back to Table

table_getBottomRows

docs/reference/functions/table_getBottomRows.md

8.21.3666 B
Original Source

Function: table_getBottomRows()

ts
function table_getBottomRows<TFeatures, TData>(table): Row<TFeatures, TData>[];

Defined in: features/row-pinning/rowPinningFeature.utils.ts:98

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

table

Table_Internal<TFeatures, TData>

Returns

Row<TFeatures, TData>[]