Replies: 1 comment
-
Hey @micebrain You may find this guide useful: #7313 (comment) It shows how you can bind to the LIMIT and OFFSET of a SQL query. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am able to implement manual pagination for data source with custom SQL queries. However this comes with a few problems that on has to keep in mind:
Is it possible that the data source expose e.g. the limit property so that if can be bindable to the query?
Or it would be nice to allow ordered "key columns" to be configured on data source so that it can be used to support the pagination.
Thanks for all the great work!
Beta Was this translation helpful? Give feedback.
All reactions