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

Feature request: Add an option to hide the sort button on the header #42

Open
kevin-leptons opened this issue Aug 17, 2024 · 0 comments

Comments

@kevin-leptons
Copy link

Description

The header contains a sort button for each column. However, the button cannot be hidden. See the screenshot below:

Feature request

Add an option to hide the sort button. There are a few ways:

  • A method hide_sort_button_header(&self) for TableView.
  • A parameter configuration that has field hide_sort_button_header: bool for TableView::new(configuration).
  • Or any other solutions.

Expectation

The result should be like the screenshot below:

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

1 participant