The id of the associated VueDatatable.
The kind of the pager
The number of pages visible on each side (only for [[EPageType.Abbreviated]])
The current page index in the associated VueDatatable.
The total number of pages in the associated VueDatatable.
HTML content of the next page's button.
HTML class on the wrapping ul
around the pager buttons.
HTML content of the previous page's button.
Returns true
if the pager has an associated VueDatatable with some rows.
The total number of rows in the associated VueDatatable.
Try to link the pager with the table, or bind the vuejs-datatable::ready
event to watch for new tables addition.
Link the pager with the table, assign to the table some properties, and trigger an event on the table.
The name of the table to bind the pager with.
true
if the link is succesfull, or false
if it could not find a table to associate with.
Callback of the vuejs-datatable::page-changed
event, setting the page index.
The page index emitted by the datatable.
Callback of the vuejs-datatable::page-count-changed
event, setting the total pages count.
The new total pages count emitted by the datatable.
Propagate new page from the pager to the datatable.
The page index emitted by sub buttons.
Generated using TypeDoc
The component that is used to manage & change pages on a VueDatatable.