This commit is contained in:
parent
07329039cf
commit
d0c7ea1ff7
3 changed files with 36 additions and 4 deletions
6
docs/javascripts/tablesort.js
Normal file
6
docs/javascripts/tablesort.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
document$.subscribe(function() {
|
||||
var tables = document.querySelectorAll("article table:not([class])")
|
||||
tables.forEach(function(table) {
|
||||
new Tablesort(table)
|
||||
})
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue