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:
