EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: roberto on May 05, 2019, 04:53:33 AM



Title: pagination buttons does not work if enablefilter
Post by: roberto on May 05, 2019, 04:53:33 AM
Hi

the pagination buttons work as expected JUST if enableFilter is not set to true  :(

Code:
var dg = $('#mygrid'); /* remoteFilter is set to true */
dg.datagrid('enableFilter') /* pagination does not refresh  */

what am I doing wrong?


Title: Re: pagination buttons does not work if enablefilter
Post by: stworthy on May 05, 2019, 07:40:40 AM
Please look at this example https://www.jeasyui.com/demo/main/index.php?plugin=DataGrid&theme=material-teal&dir=ltr&pitem=Remote%20Filtering%20on%20DataGrid&sort=asc. It works fine.


Title: Re: pagination buttons does not work if enablefilter
Post by: roberto on May 05, 2019, 02:11:59 PM
Hi,

missed
Code:
clientPaging
tks  ;)