tristen / tablesort

:arrow_up_down: A small tablesorter in plain JavaScript

Home Page:https://tristen.ca/tablesort/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add functionality to undo sort

sumanthratna opened this issue · comments

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?