@jsvision/datagrid / FreezePartition
Interface: FreezePartition
Defined in: datagrid/src/column-model.ts:22
A freeze partition: the visible column ids grouped into each panel, in visible order. The three slices concatenated ([...left, ...center, ...right]) are the effective render/cursor order.
Properties
center
readonlycenter:string[]
Defined in: datagrid/src/column-model.ts:26
Center (horizontally-scrolling) column ids, in order.
left
readonlyleft:string[]
Defined in: datagrid/src/column-model.ts:24
Left-pinned column ids, in order.
right
readonlyright:string[]
Defined in: datagrid/src/column-model.ts:28
Right-pinned column ids, in order.