Skip to content

@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

readonly center: string[]

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

Center (horizontally-scrolling) column ids, in order.


left

readonly left: string[]

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

Left-pinned column ids, in order.


readonly right: string[]

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

Right-pinned column ids, in order.