Letting user decide which fields to show or hide #5277
Unanswered
Sebbito
asked this question in
Ideas & Feature Requests
Replies: 1 comment 2 replies
-
|
I'm open to this feature as it would bring some value in specific contexts. Would there be an expectation that the values of the hidden fields wouldn't be selected from the database versus just hiding them from the user? If so, that's quite a bit bigger consideration. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Problem
Hard coding the visibility of columns means you can only either have really bloated indexes or some fields missing missing from the index, for which you have to navigate to the detailview every time. This can become tedious if you are working with a large set of data.
Solution
Let the user select which fields to show or hide for a given resource. Like a filter with boolean fields.
Considerations
I have considered creating a filter and just listing all fields that the user should be able to manually show/hide but i have no idea how to do that and it would really bloat the filter section so i would rather not do it that way.
Is there maybe already a way to do this? I haven't seen this anywhere so i just assume this not a feature atm.
Beta Was this translation helpful? Give feedback.
All reactions