Open sumanthratna opened 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?
index
.unsort()
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?