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
Loading over internet cannot be implemented with the help of requestData because that is the synchronous function that is supposed to return data.
We already have a demo that pages over data provided by Redux but in this case Redux already contains the complete dataset.
What can be done is an infinite scrolling demo that would use Redux (plus RTK Query) to load data over internet as the response to scrolling. We also have such demo but it uses our Crud Manager so the new one should use Redux for the purpose.
Notes:
requestData
because that is the synchronous function that is supposed to return data.What can be done is an infinite scrolling demo that would use Redux (plus RTK Query) to load data over internet as the response to scrolling. We also have such demo but it uses our Crud Manager so the new one should use Redux for the purpose.