mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
mkdocs sortable tables.js
This commit is contained in:
parent
1696499ce5
commit
1a15502fa4
6
docs/javascripts/tables.js
Normal file
6
docs/javascripts/tables.js
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
app.location$.subscribe(function() {
|
||||||
|
var tables = document.querySelectorAll("article table")
|
||||||
|
tables.forEach(function(table) {
|
||||||
|
new Tablesort(table)
|
||||||
|
})
|
||||||
|
})
|
Loading…
x
Reference in New Issue
Block a user