v7.3.0

Split
Feature

This feature allows splitting the Scheduler into multiple views, either by using the cell context menu, or programmatically by calling split().

See Split for more details.

Scheduler specifics

  • Scheduler allows splitting by dates, either programmatically or by using the context menu.
  • Scheduler prevents splitting in the grid part using the context menu.
  • The eventDrag feature will automatically be configured to allow dragging between the clones (by setting constrainDragToTimeline to false).
  • Splitting is not supported in vertical mode.

Note that although Gantt is related to Scheduler, splitting is not supported in Gantt.

This feature is disabled by default. For info on enabling it, see GridFeatures.

Please note that this feature will not work with the LockRows feature.

See also

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class

Properties

Properties are getters/setters or publicly accessible variables on this class
  • isSplit : Booleantrue
    READONLY
    static
    ADVANCED
    Identifies an object as an instance of Split class, or subclass thereof.
  • isSplit : Booleantrue
    READONLY
    ADVANCED
    Identifies an object as an instance of Split class, or subclass thereof.

Functions

Functions are methods available for calling on the class

    Events

    Events are triggered for certain actions in this class and can be listened for to react to those actions in your code

    Event handlers

    Event handlers are callbacks called as a result of certain actions in this class
    id: split

    Source path

    Scheduler/feature/Split.js

    Demo

    examples/split

    Contents