frappe / datatable

The Missing Javascript Datatable for the Web
https://frappe.io/datatable
MIT License
992 stars 160 forks source link

fix: 🐛 Apply range filter only for numbers #176

Closed surajshetty3416 closed 11 months ago

surajshetty3416 commented 11 months ago

Apply range filter only if there are numbers on either side of ":" character. The fixes the issue where it tries to apply range filter even while diretly filtering records with ":" characters in it.

Before:

Screenshot 2023-09-11 at 1 01 10 PM

After:

Screenshot 2023-09-11 at 12 54 55 PM
github-actions[bot] commented 11 months ago

:tada: This PR is included in version 1.17.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

AlexandreLumertz commented 4 months ago

And in the case of a date filter, what does it look like?

Example: 2024/01/05:2024/01/10