When working with large datasets, pagination is vital for maintaining performance. In this workshop, Joseph shows how to use client-side, and server-side pagination, for both APIs, and SQL datasources.
When working with large datasets, pagination is vital for maintaining performance. In this workshop, Joseph shows how to use client-side, and server-side pagination, for both APIs, and SQL datasources.
In your last example with limit/offset, the table's download function only lets me download the records on the current page. How do I set up download of the entire table?
In reply to In your last example with… by lukuser
Never mind, I found my answer here: https://docs.appsmith.com/build-apps/how-to-guides/download-table-data