Custom Filters #748
BenOussama180
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
I need this too. If I have a relationship in the table I need to show True if not False. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
maybe custom filters can become a thing ? because right now we can only filter by existing columns that we have inside the database, i want to make to make a custom filter that foor exwample either returns true or false for each record and returns the "true" records
foor example in my case scenario :
i have a table of Links , and each link can be related to 0 or multiple projects depending on the auth user, so i want to show a boolean filter in the links table for " Related to a project " with yes or no option.
is this achievable with powergrid's current state ?
Beta Was this translation helpful? Give feedback.
All reactions