Hello Skuidworld!
I am working with a calendar component where I’ve limited the number of initial records loaded by the model to cut on the long load time. My calendar is grouped, and I am expecting to be able to query more records nad have the calendar groups grow accordingly. However, unlike other components where you often see a ‘+ more records’ option, the calendar has none. I’ve tried to add a button to query more records and merge in with the existing, but it doesn’t change the number of attendees listed. If I add a table component to the page, the button to query more records works, but not on the calendar.
Is there a default data query taking place on the calendar that is overriding things, or is there another way to interact with the data to limit results at first, and allow users to add more?
Any direction is greatly appreciated!
Best
Woj