searchPanes date range filter
searchPanes date range filter
Garabound
Posts: 1Questions: 1Answers: 0
https://jsfiddle.net/7je148gf/1/
As you can see in the code above I have created a table with searchPanes for filtering. I know my client will ask me for a date range filter. I searched in the documentation and in the forum with no result, so I asking now:
Is there a way to add a date range filter (start/end) in the searchPanes? I will be very happy if you can provide an example.
Greetings from Chile
This discussion has been closed.
Answers
This is the closest example there is, https://datatables.net/extensions/searchpanes/examples/customFiltering/customOptionConditions.html , see the Age column. Here, the ages are banded into decades. You could do something similar with bands for your dates.
Colin