Sortable table columns
Contrary to my previous statement #59 (comment 2315096979), it is very easy to allow custom sorting in the tables on the user page. All that's necessary is to add sortable: true
to each column definition.
The only thing I am unsure about is if all column should be sortable, e.g. does it make sense to sort commits by their SHA?
Previously mentioned in #59 (comment 2315592874)
Implementation plan
- Add
sortable: true
attribute to relevant fields onUserPage.vue