clone of ui.pager, Methods Webix Docs

StartAPI Referenceui.pagerMethods

creates a copy of the pager

void clone(objectconfig);

config

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

  • Back to top