Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Legacy API Reference
Enterprise
Features API Reference

TableOptions_ColumnPinning

Interface: TableOptions_ColumnPinning

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

Properties

enableColumnPinning?

ts
optional enableColumnPinning: boolean;

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

Enables/disables column pinning for the table. Defaults to true.


onColumnPinningChange?

ts
optional onColumnPinningChange: OnChangeFn<ColumnPinningState>;

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

If provided, this function will be called with an updaterFn when state.columnPinning changes. This overrides the default internal state management, so you will also need to supply state.columnPinning from your own managed state.