We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1696499 commit 1a15502Copy full SHA for 1a15502
docs/javascripts/tables.js
@@ -0,0 +1,6 @@
1
+app.location$.subscribe(function() {
2
+ var tables = document.querySelectorAll("article table")
3
+ tables.forEach(function(table) {
4
+ new Tablesort(table)
5
+ })
6
+})
0 commit comments