Our powerful JS Calendar component


Post by developers.capim »

Hi, I'm using Bryntum calendar with Vue 3, with my calendar config setup in week configuration. The versions of the libraries are bellow:
"@bryntum/calendar": "5.6.7",
"@bryntum/calendar-lib": "1.0.0",
"@bryntum/calendar-vue-3": "5.6.7

When calendar is rendering a few events (something around 5.000), the calendar works just fine. But, I have many users in my platform with more than 10.000 of events, and over this size they got trouble.
Is there any way to page the calendar? How can I deal with this problem?


Post by Animal »

It should handle that OK. See this example: https://bryntum.com/products/calendar/examples/megadataset/

I see there’s framework stuff mentioned. That is a potential problem.


Post Reply