Documentation

getPager

returns the pager object associated with the component

object getPager();

Returns

objectthe pager object

See also

Example

grida.getPager().clone({
                container:"paging_here_too",
                size:10,
                group:5
            });

Back to top