dudapiotr / ZfTable

*Not supported*ZfTable 3.1. Awesome ZF2 table / grid (and much much more) generator with huge possibilities of decorating and conditioning. Integrated with DataTables, Doctrine 2, Bootstrap 2.0 and 3.0.
http://dudapiotrek.laohost.net/
MIT License
75 stars 59 forks source link

Search functionality is not working throughout demo #94

Closed amit131 closed 8 years ago

amit131 commented 8 years ago

Hi,

Search functionality is not working in any of the option under demo. I have enabled it in config by setting its value to true, it appears on the view but it didn't fetch the searched data anyhow. Can anyone shed some light on it?

Thanks

amit131 commented 8 years ago

Nevermind!!

Got a solution.

To get search functionality work, one needs to implement initFilters($query) function as it is responsible for searching and filtering data. One can get or use this function under src/ZfTable/Example/TableExample folder.