Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling filtering/sorting icon in UI #464

Open
Hubedge opened this issue Dec 28, 2023 · 1 comment
Open

Disabling filtering/sorting icon in UI #464

Hubedge opened this issue Dec 28, 2023 · 1 comment

Comments

@Hubedge
Copy link

Hubedge commented Dec 28, 2023

Is your feature request related to a problem? Please describe.
Sometimes I don't want users to be able to play with the filtering / sorting using the context menu, or the nature of the data doesn't need to be played with. In either case, I want to hide the filtering icon in each column header to:

  • avoid users playing with it
  • save space
  • keep things clean

Describe the solution you'd like
A new boolean property hide_filtering of Datagrid to control showing / hiding all filtering icons.

Describe alternatives you've considered
To make it more flexible, this can be a trait of renderer to allow by-column granularity and automatically deciding whethet to show/hide via expression.

Additional context

@mmilch01
Copy link

mmilch01 commented May 6, 2024

That would be very helpful to me as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants