Our pure JavaScript Scheduler component


Post by venkateswara raju »

Hi Team,

Is there any APIs that supports pagination(server side) in Scheduler for the resource section?
If so, please provide a example ?(with sample code)

Regards,


Post by alex.l »

Hi venkateswara raju,

It is not supported, unfortunately. We have a feature request here: https://github.com/bryntum/support/issues/69

All the best,
Alex


Post by venkateswara raju »

Hi Alex,

Thanks for the quick reply. Is the feature under consideration for development? If yes, what is tentative timeline when we can expect this? If not, are there any plans to develop this near future?

Our business requirements need us to implement this pagination on resource section for better performance as we deal with huge data sets.

Also, please suggest and point us to any workaronds or custom code, if any, that we can adopt and enhance.

Thanks

Venkat.


Post by Animal »

How big are your datasets?

The scheduler use virtualised rendering so that only the visible resources (plus a few above and below the visible area) are rendered.

See https://bryntum.com/examples/scheduler/bigdataset/

If you click the "Custom"button you can choose the number of resources and events.

Note that we generate the data dynamically in the client, so for very many resources that process takes time. The actual rendering and scrolling performance is however completely unaffected by the number of resources.


Post by venkateswara raju »

How big are your datasets?

10K - 20K on an average. Could be more depending on the filters/conditions that a end-user may select.

The scheduler use virtualised rendering so that only the visible resources (plus a few above and below the visible area) are rendered.
See https://bryntum.com/examples/scheduler/bigdataset/

We have seen your big data examples. We understand that the scheduler is perfectly capable of handling big data set with ease. That is not the point. As you mentioned, the data is dynamically generated "in-memory"/client side. In most applications, usually its the business database from which we pull the data from and most applications need to conform to expected performance norms. Therefore it would not be possbile to fetch the entire data set in one go, and hence the need for this feature request.

For us to decide our next options, we need to know if this feature is under your consideration or not. If it is, what would be tentative timelines to expect?

Happy holidays!


Post by alex.l »

Hi venkateswara raju,

We plan to release it at 2022 Q2.

All the best,
Alex


Post by license »

Hi Team,

This thread was started by my colleague Venkat, we still have this dependency for our project to enhance it further do you have any updates on this feature is it been released, if yes please share us the details of release version.

Regards,
Pooja P Magar.


Post by tasnim »

Sorry, no updates for now. If you need this urgently, you can do a feature sponsorship here: https://www.bryntum.com/services/


Post by peaguilar »

Is there any change on this yet? Or is pagination of scheduler resources still not supported?


Post by alex.l »

Unfortunately, it still not implemented. We aimed to release this in Q1 2023.

All the best,
Alex


Post Reply