Datably can split the rows in tables into individual pages, which is an efficient method of showing a large number of records in a small space. The end user is provided with controls to request the display of different data as they navigate through the data.
Pagination Type - Datably has six built-in paging button arrangements:
- Page Number Buttons
- 'Previous' and 'Next' Buttons
- 'Previous' and 'Next' buttons, plus page numbers
- 'First', 'Previous', 'Next' and 'Last' buttons
- 'First', 'Previous', 'Next' and 'Last' buttons, plus page numbers
- 'First' and 'Last' buttons, plus page numbers
Init. Page Length - Sets the initial page length when the table is initially loaded. This can be overridden by the end user if the option
Size Selector is activated
Size Selector - When pagination is enabled, this option will control the display of an option for the end user to change the number of records to be shown per page.
Auto - The page length menu is automatically calculated
Custom - This parameter allows you to specify the entries in the length drop down select list that Datably shows when pagination is enabled.
The page length values must always be integer values > 0, with the sole exception of -1. When -1 is used as a value this tells Datably to disable pagination (i.e. display all rows).
Examples for Custom entries:
Show options 10, 25, 50, 75 and 100 records:
[ 10, 25, 50, 75, 100 ]
Show options 10, 25, 50 and all records:
[ [10, 25, 50, -1], [10, 25, 50, "All"] ]