clone
creates a copy of the pager
void clone(objectconfig);
object | a 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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.