madcorp / zfdatagrid

Automatically exported from code.google.com/p/zfdatagrid
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

clear filters is not working for date filter #902

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Deploy a grid
2. Add a date filter 
$filters->addFilter('created', array('render' => 'date'));
3. Select a value
4. Click Clear filters
It is not clearing the the values in date range filters.

Original issue reported on code.google.com by prajila....@gmail.com on 20 Aug 2014 at 6:31