Hello!
I managed to make a custom filter for a table, but now it’s always filtering.
I put a checkbox next to it and I would like to filer only, if it’s checked.
How do I achieve this?
Best regards
Attila
Hello!
I managed to make a custom filter for a table, but now it’s always filtering.
I put a checkbox next to it and I would like to filer only, if it’s checked.
How do I achieve this?
Best regards
Attila
Have you tried using the filter bar? It makes things a lot easier.
Dear Samuel,
thank you for your reply!
Yes, I know and tried it, but I need it there, because I will place it onto another page.
Got it. You can add something like this to the filter of your table:
Where Project is the column you’re filtering, and ProjectFilter is the select list.
This works almost perfect, thank you!
I have some rows with empty “Project”-s and they are not shown if I deselect the checkbox:
How could I solve that too?
Great! There’s probably a more elegant solution someone else can recommend, but I think adding in an OR() will work:
Let me know if this works for you!
Works perfectly, many thanks!
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.