Example of Date-wise Grouping in React Scheduler Component

/
/
GroupByDate

This demo illustrates the daily tasks of two employees grouped by date-wise.

More Details...

Loading....
Description

In this demo, there are 2 resources defined namely Alice and Smith under the resource dataSource. The Scheduler can be switched to group by date, by setting true to the option byDate within the group property.

The different work days for the each resources are provided by using the workDaysField property and the Scheduler will be displayed the provided dates alone when hideNonWorkingDays property set as true.