Unplanned
Last Updated: 31 Jan 2023 13:58 by Victor
Victor
Created on: 31 Jan 2023 13:58
Category: Scheduler
Type: Feature Request
0
Reactively update the value passed to the 'views' prop of the Scheduler

The current implementation of the Native Scheduler component doesn't reactively update the Views definitions inside the Scheduler. 

In my scenario, I want to display multiple views like "Day", "Week", "Month", etc. only when the Scheduler data is not grouped. When grouped data is displayed, I want to show only the "Day" view to the users.

To achieve the targeted functionality, with the current implementation of the Scheduler, I should use the key attribute as demonstrated in this StackBlitz example.

0 comments