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
As reported by the client instantiating a lot of calendars is time-consuming. We probably should improve here. From findings - just instantiating a 1500 Store instances takes ~1s on my machine (internally a calendar contains a store with intervals).
As reported by the client instantiating a lot of calendars is time-consuming. We probably should improve here. From findings - just instantiating a 1500
Store
instances takes ~1s on my machine (internally a calendar contains a store with intervals).