Could we have an example shown how the server side pagination works and is set up. I get suggestion in yellow showing
The data source currently has more rows than the page size.** With server-side pagination on, this data will not be displayed. Be sure to query for {{ table1.pagination.pageSize }} number of rows.
Hi @HMir! I recommend taking a look at the docs on the subject. They provide a good overview of how to implement server-side pagination for both SQL queries and API calls and displaying the resulting data in a table component.