Documentation

group

the number of visible pages in the pager

number group;

Example

var myPager = webix.ui ({
        view:"pager",
        container:"paging_here",
        group:5
});

See also

  • samples
  • articles
  • Back to top