EasyUI Forum

General Category => Bug Report => Topic started by: Ellipsis on January 17, 2013, 05:43:18 AM



Title: No Pagination when using the JSON loader
Post by: Ellipsis on January 17, 2013, 05:43:18 AM
When using the JSON loader in a datagrid, the pagination pager turns up but the parameters are not added to the request.

Using the alternative works fine (url:..., queryParams: {..}, ...etc.)

The loader seemed great because I could store the ajax call in a defered or promis jQuery object, to monitor its state.
Perhaps this is a possible upgrade for datagrid objects?
for example: jQuery('#dg').datagrid('getAjaxState'); ?  // is the content being loaded into the datagrid allready?
or a check if the datagrid allready is initialized and/or contains data?  (important when multiple datagrids depend on each other )



Title: Re: No Pagination when using the JSON loader
Post by: Ellipsis on February 13, 2013, 07:37:10 AM
ehh bump?