makes the pager standalone
webix.ui({ view:'pager', master:false, count:150 });
To create a standalone pager, set the master property to false.