tristen / tablesort

:arrow_up_down: A small tablesorter in plain JavaScript
https://tristen.ca/tablesort/demo/
MIT License
1.1k stars 179 forks source link

Allow sorted column styling #154

Open pbb72 opened 6 years ago

pbb72 commented 6 years ago

Especially on tables with lots of columns, it would be nice to highlight the whole column that is sorted, instead of just an arrow in the header.

This would require adding a class to all table cells in the sorted column.

tristen commented 6 years ago

Sounds like a good change. If anyone is up for turning this into a pr I would be 👍for it.