table-sort-js
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "table-sort-js", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A JavaScript client-side HTML table sorting library with no dependencies required.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -5,2 +5,4 @@ ![table-sort-js](https://img.shields.io/npm/v/table-sort-js) : https://www.npmjs.com/package/table-sort-js | ||
* Demo: https://leewannacott.github.io/Portfolio/#/GitHub | ||
* Backend: `npm install table-sort-js` and require("../node_modules/table-sort-js/table-sort.js") | ||
@@ -50,4 +52,5 @@ | ||
* `class="order-by-desc"` on `<th>` to change default sort to descending order on first click. | ||
* If `<thead>` does not exist it will be created by using data from first row. `<tbody>` is optional. | ||
* Example of use: https://www.cssscript.com/minimal-table-sorter/ |
8275
5
55