Table with more than 20 rows per page with pagination+scroll

Hello,
In my table I have aroud 11k data, so I want to show around 200 data per page. If I use table height to auto it is capped at 20 or else if I use scroll I can't limit it returns all the response else if I use paginated that does not have a row number input.

What will be best way to show 100 rows per page with a vertical scrolling ?
Thanks

Hey @mpmohi!

This is something the dev team is working on supporting in table :grin: you can look for it to be available soon but in the meantime you might try using a workaround like the one mentioned in this thread.

Let me know if that works!

2 Likes

Awesome <3