Skip to content

Commit f4038c1

Browse files
NPM version 1.17.0; tables with multiple tbodies; cells-sort class; fix for tbody being null.
1 parent 319b795 commit f4038c1

16 files changed

+1385
-1160
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Or Minified (smaller size, but harder to debug!):
3232

3333
Example on how to use table-sort-js with [HTML](https://leewannacott.github.io/table-sort-js/docs/html5.html)
3434

35-
3635
- <b>Option 2:</b> Install from npm:
3736

3837
```javascript

browser-extensions/chrome/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"author": "Lee Wannacott",
44
"name": "table-sort-js",
5-
"version": "1.16.0",
5+
"version": "1.17.0",
66
"description": "Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js",
77
"icons": { "48": "icons/t.png" },
88
"browser_action": {
301 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)