I have a ListView that has multiple columns.
One of them contains “Names” and the other contains “Sum”. I would like to allow the user to click the “Names” column in the list and sort it alphabetically, and also to allow the user to click “Sum” and sort it digitally (above / below - below / above).
What is the best way to implement this?
source share