master

if false, makes the pager standalone

boolean master;

Example

webix.ui({
    view:'pager',
    master:false,
    count:150
});


Default value:

true

Related samples

See also
  • Articles
  • Back to top