SplitterSettings

23 Sep 20251 minute to read

Configures splitter position and splitter bar.

Properties

columnIndex number

Defines splitter position with respect to column index value.
If columnIndex set as 2 then splitter bar placed at third column of grid.

Defaults to -1

minimum string

Defines minimum width of Grid part, splitter can’t be moved less than this value on grid side.

Defaults to null

position string

Defines splitter position at initial load, it accepts values in pixels.

Defaults to null

separatorSize number

Defines splitter bar size.

Defaults to 4

view SplitterView

Defines predefined view of Gantt.

  • Default - Shows grid side and side of Gantt.
  • Grid - Shows grid side alone in Gantt.
  • Chart - Shows chart side alone in Gantt.

Defaults to Default