jchamet / html-table-sort

Chrome Extension. Add it to your browser to use. Clicking on a table column header <th> will reorder the rows of an HTML table in ascending/descending order.
MIT License
13 stars 9 forks source link

Many additions #10

Closed CostantinoGrana closed 6 years ago

CostantinoGrana commented 6 years ago

Chrome local storage is used to store the state of the extension. Changed the sorting algorithm to a stable sort. Ascending/descending order is now stored separately for each column in the page.