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:
@@ -134,7 +134,7 @@ loading] via [additional JavaScript]:
|
|||||||
|
|
||||||
``` js
|
``` js
|
||||||
document$.subscribe(function() {
|
document$.subscribe(function() {
|
||||||
var tables = document.querySelectorAll("article table")
|
var tables = document.querySelectorAll("article table:not([class])")
|
||||||
tables.forEach(function(table) {
|
tables.forEach(function(table) {
|
||||||
new Tablesort(table)
|
new Tablesort(table)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user