Skip to content

Commit

Permalink
NPM version 1.17.0; tables with multiple tbodies; cells-sort class; f…
Browse files Browse the repository at this point in the history
…ix for tbody being null.
  • Loading branch information
LeeWannacott committed May 26, 2023
1 parent 319b795 commit f4038c1
Show file tree
Hide file tree
Showing 16 changed files with 1,385 additions and 1,160 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Or Minified (smaller size, but harder to debug!):

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


- <b>Option 2:</b> Install from npm:

```javascript
Expand Down
2 changes: 1 addition & 1 deletion browser-extensions/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"author": "Lee Wannacott",
"name": "table-sort-js",
"version": "1.16.0",
"version": "1.17.0",
"description": "Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js",
"icons": { "48": "icons/t.png" },
"browser_action": {
Expand Down
Binary file modified browser-extensions/chrome/table-sort-js.zip
Binary file not shown.
Loading

0 comments on commit f4038c1

Please sign in to comment.