Sorting a table is common functionality added to a table via JavaScript. It would be helpful to have this functionality natively added to tables.
Related material:
Possible solution: add an attribute to a of sortable="true" with a ::marker of up/down (like ) for un-sorted, ▼ for descending, and ▲ for ascending.
Sorting a table is common functionality added to a table via JavaScript. It would be helpful to have this functionality natively added to tables.
Related material:
Possible solution: add an attribute to a of
sortable="true"with a::markerof up/down (like ) for un-sorted, ▼ for descending, and ▲ for ascending.