function column_getIsPinned<TFeatures, TData, TValue>(column): ColumnPinningPosition;function column_getIsPinned<TFeatures, TData, TValue>(column): ColumnPinningPosition;Defined in: features/column-pinning/columnPinningFeature.utils.ts:125
Returns is pinned for a column.
This derives the value from the column definition, table options, and the feature state atoms registered on the table.
TFeatures extends TableFeatures
TData extends RowData
TValue extends unknown = unknown
Column_Internal<TFeatures, TData, TValue>
const value = column_getIsPinned(column)const value = column_getIsPinned(column)