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

A paged Scheduler should be able to lazy load while scrolling the timeline #9893

Open JockeLindberg opened 2 months ago

JockeLindberg commented 2 months ago

Currently, it will load the full date range. So the infiniteScroll feature will work. There is a private config, loadFullDateRange available as a lazyload config that needs to be public. And make sure it works, and cover with tests.