patricklindsay / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
http://wicegrid.herokuapp.com/
MIT License
33 stars 29 forks source link

Fix for issue #82 #83

Open afdev82 opened 2 years ago

afdev82 commented 2 years ago

I've spent some time to dig into the code. At least for me, these changes fixed the issue #82. Since I'm not familiar with the source code, I don't know if this is a good solution and if it would work for other DBMS (e.g. MySQL). I've tested it with my application using a dropdown filter and a Postgresql DB. Actually I'm using the branch compatible with Rails 6.1 from kreintjes repo. I haven't applied the same change to all processors, because I wanted to have a feedback before.