pager

defines paging configuration (creates a "ui.pager" object)

string|object pager;

Example

webix.ui({
    view:"datatable", 
    pager:{
        container:"paging_here",
        size:100,
        group:5
    }
})

Related samples

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
  • API
  • Articles
  • Back to top
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
    If you have not checked yet, be sure to visit site of our main product Webix ui library and page of html5 context menu product.