I have a table which consists of more that 1000 records. how can I add pagination to my view?
instead of showing all records in one page by scrolling.
1 Like
Baserow has multiple different views (grid, gallery, …) and the results are typically scrollable so not really paginated as far as the front end goes.
You would need to rewrite an existing view or implement a new view with the desired behavior. The back end API already supports pagination.
There is no easy way to change the current front end views to paginated display.