kartik-v / yii2-dynagrid

Turbo charge the Yii 2 GridView with personalized columns, page size, and themes.
http://demos.krajee.com/dynagrid
Other
74 stars 66 forks source link

DB Stored Filter are not working #209

Closed BDZK closed 5 years ago

BDZK commented 5 years ago

Hi, i am not able to apply DB stored filter to DynaGrid even if i added if (isset($_GET['BookSearch']) in the search model. But the built in filter (filter in input on top of column) of the grid is working.

If i replace (isset($_GET['BookSearch']) by POST, i see that the stored filters are working but not the built in filter.

If i use pjax and post method for pjax both kinds of filter are working but the pagination links are not working.

Can you help me please...

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.