pager
defines paging configuration (creates a “ui.pager” object)
let pager: string|WebixPagerConfig
Example
Section titled “Example”webix.grid({ pager:{ container:"paging_here", size:100, group:5 }})
also check the next samples:
Details
Section titled “Details”The pager configuration object includes the following properties:
- container - the container where the pager controls will be placed;
- size - the number of records per page;
- group - the number of pages in the pager;
- page - sets the page that will be shown initially (zero-based numbering).
See also
Section titled “See also”Articles