cyberhobo / ColumnFilterWidgets

This is an add-on for the DataTables plugin for jQuery that creates filtering widgets based on the data in table columns.
69 stars 34 forks source link

Date filter unique #46

Open ArmandArthur opened 4 years ago

ArmandArthur commented 4 years ago

Hello,

If i have these dates:

2020-02-23 14:00 2020-02-23 10:00

2020-02-22 14:00 2020-02-22 10:00

2020-02-19 10:00

I would like the filter liste give :

2020-02-23
2020-02-22 2020-02-19

And when i choose

2020-02-23

gives : 2020-02-23 14:00 2020-02-23 10:00 as results database

It's possible? Thx