Skip to content

@jsvision/datagrid / FreezeSpec

Interface: FreezeSpec

Defined in: datagrid/src/column-model.ts:35

The freeze specification as authored at construction. The three forms are alternatives: explicit id lists (freezeLeft/freezeRight) take precedence over the freeze first-N shorthand.

Properties

freeze?

readonly optional freeze?: number

Defined in: datagrid/src/column-model.ts:41

Shorthand: pin the first N visible columns to the left (ignored when freezeLeft is set).


freezeLeft?

readonly optional freezeLeft?: string[]

Defined in: datagrid/src/column-model.ts:37

Column ids to pin to the left panel.


freezeRight?

readonly optional freezeRight?: string[]

Defined in: datagrid/src/column-model.ts:39

Column ids to pin to the right panel.