mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated data tables documentation
This commit is contained in:
parent
accfc4ff87
commit
674e57ea6a
@ -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)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user