clone

creates a copy of the pager

void clone(objectconfig);
configobjecta 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
Back to top