Vue TreeList - pager
Configures the pager.
The pager is an element that allows users to navigate through pages and change their size at runtime. The pager consists of the page navigator and several optional elements: the page size selector, navigation buttons, and page information.
See Also
allowedPageSizes
Specifies the available page sizes in the page size selector.
The UI component determines the allowed page sizes depending on the amount of data by default.
infoText
Specifies the page information text.
You can use the following position markers in this text:
- {0} - shows the current page number.
- {1} - shows the total page count.
- {2} - shows the total row count.
See Also
showPageSizeSelector
Specifies whether to show the page size selector.
See Also
If you have technical questions, please create a support ticket in the DevExpress Support Center.