Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date filter not working #800

Open
HunterPillu opened this issue Feb 4, 2021 · 0 comments
Open

Date filter not working #800

HunterPillu opened this issue Feb 4, 2021 · 0 comments
Labels

Comments

@HunterPillu
Copy link

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'
    ],
  1. 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

  • Problem started happening recently, didn't happen in an older version of TableFilter: [Yes/No] if yes [version here]
    NO
  • Problem can be reliably reproduced, doesn't happen randomly: [Yes/No]
    Yes
@HunterPillu HunterPillu added the bug label Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant