Updated data tables documentation

This commit is contained in:
squidfunk 2021-12-06 23:51:34 +01:00
parent accfc4ff87
commit 674e57ea6a

View File

@ -134,7 +134,7 @@ loading] via [additional JavaScript]:
``` js
document$.subscribe(function() {
var tables = document.querySelectorAll("article table")
var tables = document.querySelectorAll("article table:not([class])")
tables.forEach(function(table) {
new Tablesort(table)
})