Replies: 1 comment
-
Try chaining these methods:
Only for your usecase. There is no other possible solution I guess except this. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! Is there any way to limit the total number of rows used for pagination? I don't want to use all the rows in the table for pagination, but instead limit it to the first 1000.
I tried using limit=2 to test the idea, but it didn´t work:
Beta Was this translation helpful? Give feedback.
All reactions