plotly / dash-table-experiments

NO LONGER SUPPORTED - use https://github.com/plotly/dash-table instead
MIT License
174 stars 57 forks source link

Making users aware that the table is sortable... #44

Open gustavengstrom opened 6 years ago

gustavengstrom commented 6 years ago

In terms of user experience we have received comments that users were unaware that the table was actually sortable although this was indeed the case.

This could perhaps be resolved by displaying the black triangle pointing down (or up if ASC) in the column header by default when the sortColumn and sortDirection property have been defined for the DataTable component... This is a minor issue but could perhaps easily be resolved?!