Option to show 5 records at a time for table view

I would like to be able to paginate my table records into batches of 5 records (or a custom number) rather than the smallest number of 1- from with in the Builder.

Use Case: I have a long page with many tables and I would like to help to shorten this page view for my users, without using custom code.

Use Case: Showing only 5 records is better for mobile viewing.


Brandon, thanks for pointing that out, that help, but I have pages with many tables that requires pagination, so it will be good to have the option to show 5 records for pagination too.

Hi, you could add a limit in the table's data source to only show 5 records. The 10 minimum is for pagination, the data source limit is for total # of records.