Skip to content

Commit 674e57e

Browse files
committed
Updated data tables documentation
1 parent accfc4f commit 674e57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/data-tables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ loading] via [additional JavaScript]:
134134

135135
``` js
136136
document$.subscribe(function() {
137-
var tables = document.querySelectorAll("article table")
137+
var tables = document.querySelectorAll("article table:not([class])")
138138
tables.forEach(function(table) {
139139
new Tablesort(table)
140140
})

0 commit comments

Comments
 (0)