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

Sort on checkbox? #164

Closed wgins closed 6 years ago

wgins commented 6 years ago

Apologies if this has been discussed elsewhere. I did my best to search through closed issues!

I've got checkbox's within td that I'd like to sort on. Can anyone point me in the right direction on how I might go about extending tablesort to check if an input is checked? Thanks!

tristen commented 6 years ago

You might want to use a data-sort attribute with a value like true for checked and false for not. See http://tristen.ca/tablesort/demo/#override-data-that-is-sorted-on as example.