kartik-v / yii2-grid

Enhanced GridView with various utilities for Yii Framework 2.0
http://demos.krajee.com/grid
Other
558 stars 302 forks source link

GridView Filter with pjax within <form> tag #1038

Open strtob opened 2 years ago

strtob commented 2 years ago

Your great plugin is essential for my projects, thanks a lot again!

I've a tabbed update form, one tab is fitted out with the kartik gridview and sources by a dataProvider as well as searchProvider.

Everything works fine so far, but if try to use the filter, the entire page we load. It seems that the input field of the filter fire the form action. How can I manipulate the code that the filter works?