show |
boolean |
Returns `true` if the pager has an associated datatable with some rows. |
totalRows |
number |
The total number of rows in the associated datatable. |
paginationClass |
string |
HTML class on the wrapping `ul` around the pager buttons. |
disabledClass |
string |
HTML class to apply on disabled buttons. (unused). |
previousLinkClasses |
string |
HTML class to apply on the previous page's button. (unused). |
nextLinkClasses |
string |
HTML class to apply on the next page's button. (unused). |
totalPages |
number |
The total number of pages in the associated datatable. |
previousIcon |
string |
HTML content of the previous page's button. |
nextIcon |
string |
HTML content of the next page's button. |
settings |
Settings |
Reference to the Settings object linked to this pager type. |