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 API to control the lazy loading cache #8961

Open JockeLindberg opened 5 months ago

JockeLindberg commented 5 months ago

To reset cerrtain chunks etc.

Forum post

RytisLT commented 1 month ago

A bit more context regarding the feature request:

I need a way to tell the scheduler/cache that some events have been changed in the backend. That might include something like change of event name or new events are available e.g. initially the scheduler loaded 100 events, but now new events have been created and the scheduler needs to load 20 newly created events.

I'm receiving the IDs of events that have been changed through signal r from the backend. So ideally I would only tell the scheduler/cache "reload events with following IDs" and the scheduler takes care of the rest by requesting relevant pages from the backend.

Looking forward to this feature