Correction script disableColumSort
This commit is contained in:
parent
6c4cc7ea48
commit
b0c2f16a2a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ function disableColumSort(liste) {
|
|||
let columns = liste.querySelectorAll("tbody > tr > td");
|
||||
|
||||
// chercher la ligne de titres
|
||||
let titles = liste.querySelectorAll("thead > tr > td");
|
||||
let titles = liste.querySelectorAll("thead > tr > th");
|
||||
|
||||
// désactiver le tri
|
||||
for (let i = 0; i < titles.length; ++i) {
|
||||
|
|
Loading…
Add table
Reference in a new issue