creates a copy of the pager
config | object | a configuration object, the same as for the pager constructor |
pagerA.clone({
container:"paging_here_too",
size:10,
group:5
});
Can be used if you need to have few synced paging controls for the same component.