[v8] Modify cell value before apply a filter #5316
Unanswered
JuanCruzMoreira
asked this question in
Q&A
Replies: 1 comment
-
You can always provide custom filter functions and in there transform the data is required. See the example on filtering. Since you have two independent filter drop downs and you also want the unique options for it (maybe?), it could be better to create two virtual search columns that are not displayed and have a dedicated year and month column just for filtering. I actually provided feedback to a question about that here half an hour ago 🙂. Maybe it helps you too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use a filter with date column using a dropdown to select year (año) and month (mes) but the cell value has the complete date. Exist a way to modify the cell value before applying the filter? So I can use getMonth() and getYear() methods or something like that
Beta Was this translation helpful? Give feedback.
All reactions