/PCF-ScheduleBoardView

This control converts any dataset that has start date and end date in its records into Schedule Board

Primary LanguageTypeScriptMIT LicenseMIT

ScheduleBoardView

This control converts dataset into schedule board view.

data

Control has the following properties:

  • Name (Required) – Label of record on the board. Dataset view should contain this column, in order to specify it in the properties.
  • Start Date (Required) – Start date and time of record on the board. Dataset view should contain this column, in order to specify it in the properties.
  • End Date (Required) – End date and time of record on the board. Dataset view should contain this column, in order to specify it in the properties.
  • Color (Optional) - Color of record on the board. Dataset view should contain this column, in order to specify it in the properties. Color field should be a text field with hexadecimal color value (e.g. ff00ff)

image

The Sub-Grid will become as shown below.

Monthly view: image

Daily view: image