function table_getIsSomeColumnsPinned<TFeatures, TData>(table, position?): boolean;function table_getIsSomeColumnsPinned<TFeatures, TData>(table, position?): boolean;Defined in: features/column-pinning/columnPinningFeature.utils.ts:337
Checks whether any columns are pinned.
Omit position to check both sides, or pass 'left'/'right' to inspect a single pinning region.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
boolean
const hasPinnedColumns = table_getIsSomeColumnsPinned(table)const hasPinnedColumns = table_getIsSomeColumnsPinned(table)