forked from ScoDoc/ScoDoc
Assiduité : fix bug tableau (actualisation sur les lignes)
This commit is contained in:
parent
7eb41fb2eb
commit
17f8771b0b
@ -174,7 +174,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
window.addEventListener('load', ()=>{
|
window.addEventListener('load', ()=>{
|
||||||
const table_columns = [...document.querySelectorAll('.external-sort')];
|
const table_columns = [...document.querySelectorAll('th.external-sort')];
|
||||||
table_columns.forEach((e)=>e.addEventListener('click', ()=>{
|
table_columns.forEach((e)=>e.addEventListener('click', ()=>{
|
||||||
|
|
||||||
// récupération de l'ordre "ascending" / "descending"
|
// récupération de l'ordre "ascending" / "descending"
|
||||||
|
Loading…
Reference in New Issue
Block a user