|
Title: [SOLVED] Datagrid filter and pagination error Post by: jega on November 02, 2021, 01:57:32 PM HI.
Have made a lotof sites with datagrid, filer and pagination, but suddeltly it doesn't work. Tried a lot and now i found the error When using the newest datagrid-filet.js (v 1.0.2) and enable filter, the pagination doesn't work Changing datagrid-filter.js to an older one, everything works. Attached an image of the 2 files. datagrid-filter from 08-03-2021 fails on pagination. tThe version from 17-07-2018 works fine Jesper Title: Re: Datagrid filter and pagination error Post by: jarry on November 03, 2021, 12:30:35 AM This is the example with datagrid filtering. It works fine.
https://www.jeasyui.com/demo/test/test16.html Title: Re: Datagrid filter and pagination error Post by: jega on November 03, 2021, 02:41:48 AM Hi Jarry
Found the difference In my code i had not the clientPaging: false. Without this, paging is only working when filter is not enabled Jesper |