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

Datetime filter not working #195

Closed luckyraul closed 9 years ago

luckyraul commented 9 years ago

when you want to filter with time included

in class ConditionsGeneratorColumnDatetime

this conditions << opts[:fr].to_date - removes all time information

leikind commented 9 years ago

I will check it this week

luckyraul commented 9 years ago

185 another problem with that conversion

leikind commented 9 years ago

check version 3.4.12 out