mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-02-17 18:49:21 +01:00
Updated tablesort version
This commit is contained in:
parent
5b39c9ce7f
commit
51fd6e0b52
@ -146,7 +146,7 @@ loading] via [additional JavaScript]:
|
|||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
extra_javascript:
|
extra_javascript:
|
||||||
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
|
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.3.0/tablesort.min.js
|
||||||
- javascripts/tablesort.js
|
- javascripts/tablesort.js
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -175,7 +175,7 @@ Note that [tablesort] provides alternative comparison implementations like
|
|||||||
numbers, filesizes, dates and month names. See the [tablesort documentation]
|
numbers, filesizes, dates and month names. See the [tablesort documentation]
|
||||||
[tablesort] for more information.
|
[tablesort] for more information.
|
||||||
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.3.0/tablesort.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
var tables = document.querySelectorAll("article table")
|
var tables = document.querySelectorAll("article table")
|
||||||
new Tablesort(tables.item(tables.length - 1));
|
new Tablesort(tables.item(tables.length - 1));
|
||||||
|
@ -259,7 +259,7 @@ removed during the build process.
|
|||||||
``` { .sh id="example" }
|
``` { .sh id="example" }
|
||||||
.
|
.
|
||||||
└─ assets/externals/
|
└─ assets/externals/
|
||||||
├─ cdnjs.cloudflare.com/ajax/tablesort/5.2.1/tablesort.min.js
|
├─ cdnjs.cloudflare.com/ajax/tablesort/5.3.0/tablesort.min.js
|
||||||
├─ fonts.googleapis.com/css
|
├─ fonts.googleapis.com/css
|
||||||
├─ fonts.gstatic.com/s/
|
├─ fonts.gstatic.com/s/
|
||||||
│ ├─ roboto/v29/
|
│ ├─ roboto/v29/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user