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
This is something the dev team is working on supporting in table 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.
Hey @mpmohi, just a quick update in case anyone came across this topic. The latest Table component now shows up to 100 results with a vertical scroll bar, so you should be able to scroll through them directly in the table. Hope that helps!