leikind / wice_grid

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

Date filter issue #251

Closed thoberre closed 9 years ago

thoberre commented 9 years ago

Hi,

I noticed a datefilter issue in my application v3.5.0 and checked against http://wicegrid.herokuapp.com 3.6.0pre seeing the same behaviour.

In the date/datetime helper example i get one date to many in my results. Should I not get only items for 24.03.2013 in this filter or am I missing something?

image

leikind commented 9 years ago

Please have a look at 3.6.0.pre4, it should be fixed.

thoberre commented 9 years ago

Looks good - thanks!