ColumnPinningOptions

external interface ColumnPinningOptions(source)

Inheritors

Properties

Link copied to clipboard

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

Link copied to clipboard
abstract var enablePinning: Boolean?
Link copied to clipboard

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. API Docs Guide