@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?
readonlyoptionalfreeze?: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?
readonlyoptionalfreezeLeft?:string[]
Defined in: datagrid/src/column-model.ts:37
Column ids to pin to the left panel.
freezeRight?
readonlyoptionalfreezeRight?:string[]
Defined in: datagrid/src/column-model.ts:39
Column ids to pin to the right panel.