leikind / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
MIT License
537 stars 215 forks source link

Allow filtering by negative numbers #273

Closed brian-vogogo closed 8 years ago

brian-vogogo commented 8 years ago

e.g filter integer column by "-1" or "< -1".

Tested regex here: http://regexr.com/3clr9

Tested manually in our app with this fix.

Let me know if there are changes you need/want.

Thanks!

leikind commented 8 years ago

thank you