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

Add functionality to undo sort #215

Open sumanthratna opened 2 years ago

sumanthratna commented 2 years ago

since index is stored when sorting the table (for stable sorting), would it be possible to store this index information in localstorage so that users can call a .unsort() method to restore the table to its initial row order?