I have a repeating group that I am using as a data table and I’d like Google Material Design style pagination.
I have the basics working e.g. 1-10 of 680 (currently displayed rows count and total rows count) and the < > arrows for next and previous page. But I’m not sure how to go about the ‘Rows per page’ part, where the user can select via a dropdown whether to show 10, 50 or 100 rows per page.
The data is coming from an API, not the database. I am thinking I probably need to do it via custom states but not sure how.
Is anyone able to help?