bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
54 stars 6 forks source link

CalendarViewContainer mixin needed to hold multiple child Calendar views #9898

Open ExtAnimal opened 2 months ago

ExtAnimal commented 2 months ago

Forum post

This mixin would contain methods to configure, create and cache child calendar views.

It would relay the child view’s events to the owning calendar and pass in configs to the children and keep configs synced among children.

ResourceView does this, so the logic would be abstracted from that, and then ResourceView would be the first user of this mixin.

This would allow clients and us to create new view types which are aggregates of atomic calendar views.