Docs
Cloudflare
Railway
CodeRabbit
Netlify
OpenRouter
WorkOS
AG Grid
Clerk
SerpAPI
Electric
Prisma
Sentry
Unkey
Cloudflare
Railway
CodeRabbit
Netlify
OpenRouter
WorkOS
AG Grid
Clerk
SerpAPI
Electric
Prisma
Sentry
Unkey
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Static Functions API Reference
Legacy API Reference

Row_ColumnPinning

Interface: Row_ColumnPinning<TFeatures, TData>

Defined in: features/column-pinning/columnPinningFeature.types.ts:69

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

getCenterVisibleCells()

ts
getCenterVisibleCells: () => Cell<TFeatures, TData, unknown>[];
getCenterVisibleCells: () => Cell<TFeatures, TData, unknown>[];

Defined in: features/column-pinning/columnPinningFeature.types.ts:76

Gets visible row cells whose columns are not pinned left or right.

Returns

Cell<TFeatures, TData, unknown>[]


getLeftVisibleCells()

ts
getLeftVisibleCells: () => Cell<TFeatures, TData, unknown>[];
getLeftVisibleCells: () => Cell<TFeatures, TData, unknown>[];

Defined in: features/column-pinning/columnPinningFeature.types.ts:80

Gets visible row cells whose columns are pinned left.

Returns

Cell<TFeatures, TData, unknown>[]


getRightVisibleCells()

ts
getRightVisibleCells: () => Cell<TFeatures, TData, unknown>[];
getRightVisibleCells: () => Cell<TFeatures, TData, unknown>[];

Defined in: features/column-pinning/columnPinningFeature.types.ts:84

Gets visible row cells whose columns are pinned right.

Returns

Cell<TFeatures, TData, unknown>[]