You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cavity table outputs cavities ordered by volume.
Issue
The user may be interested in features other than the cavity volume, such as surface or what type of cavity it is (after #88 has been implemented).
Proposed change
Add the ability to sort the table by any column, by clicking on the corresponding header cell. Since we have unicode support we can add a symbols ▼ and ▲ to the header cells to give an indication of how the list will be sorted when the header cell is clicked.
The text was updated successfully, but these errors were encountered:
It's a good idea. We should first check if such options are already present in wxWidgets. In such case, it could be very simple to implement this feature.
Current status
The cavity table outputs cavities ordered by volume.
Issue
The user may be interested in features other than the cavity volume, such as surface or what type of cavity it is (after #88 has been implemented).
Proposed change
Add the ability to sort the table by any column, by clicking on the corresponding header cell. Since we have unicode support we can add a symbols ▼ and ▲ to the header cells to give an indication of how the list will be sorted when the header cell is clicked.
The text was updated successfully, but these errors were encountered: