search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How can I improve data load in vue js

Asked by Hard
1 year ago.

I have list booking coming from API call and we have to maintained lazy loading based on month and display that specific month data.

Answer posted by Dan Letecky [DayPilot]
1 year ago.

All main components (Calendar, Month, Scheduler) provide visibleStart() and visibleEnd() methods that you can use to get the start and end of the current date segment (calculated from startDate/days).

In the Scheduler, you can also use dynamic event loading (during scrolling):
https://doc.daypilot.org/scheduler/dynamic-event-loading/

This will let you load event data for the current viewport.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.