- Goal: I am using a Postgres DB to retrieve all events. There is around 50 events per day. I could be missing something here, but is there a mechanism to re-trigger a db query with the date range available in the calendar view?
Pulling of the events for all time will be 1000s on 1000s of records and I don't think it will be handled well without pagination of some kind.
I could be approaching this in the wrong way and would love to get some input on a better way to doing this.
-
Details:
Calendar Component
Postgres DB
retool cloud -
Screenshots: N/A
-
App json export: N/A