master

makes the pager standalone

boolean master;

Example

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


Default value:

true

Related samples

Details

To create a standalone pager, set the master property to false.

See also
  • Articles
  • Back to top