Back to Table

table_getIsSomeRowsPinned

docs/reference/functions/table_getIsSomeRowsPinned.md

8.21.3703 B
Original Source

Function: table_getIsSomeRowsPinned()

ts
function table_getIsSomeRowsPinned<TFeatures, TData>(table, position?): boolean;

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

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

table

Table_Internal<TFeatures, TData>

position?

RowPinningPosition

Returns

boolean