koalyptus / TableFilter

A Javascript library making HTML tables filterable and a bit more :)
https://www.tablefilter.com
MIT License
324 stars 95 forks source link

Date filter not working #800

Open HunterPillu opened 3 years ago

HunterPillu commented 3 years ago

Describe the bug Not able to filter Date column

Reproduction steps: Steps to reproduce the behavior:

  1. Apply TableFilter on any Table
  2. Specify any table column as 'date'
    col_types: [
          'string', 'string', 'date',
          'string', 'number', 'number', 'date', 'date'
      ],
  3. and serach in the filter

Expected behavior able to search FROM date and TO date

Observed behavior: If I filtered with Jan the result will come as empty