clone of ui.pager, Methods Webix Docs
objecta configuration object, the same as for the pager constructor
Example
pagerA.clone({
container:"paging_here_too",
size:10,
group:5
});
Related samples
Details
Can be used if you need to have few synced paging controls for the same component.
See also
Articles