BeverCRM / PCF-ScheduleBoardView

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

Home Page:https://marketplace.bevercrm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schedule Board View

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




Download-Btn

Demo ScheduleBoardView PCF Control

youtube-scheduleboard

About

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

https://marketplace.bevercrm.com

License:MIT License


Languages

Language:TypeScript 90.4%Language:CSS 9.6%