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
53 stars 6 forks source link

Add support to lazy load events vertically when resource store is eagerly loaded #9709

Closed JockeLindberg closed 3 weeks ago

JockeLindberg commented 1 month ago

Currently, if the ResourceStore is not lazy loaded, and the EventStore is, then events will be requested for all resources available in the store.

Add a config which makes the EventStore also lazy loads events on vertical scroll and only for the current visible resource range (calculated with the chunksize).