let overlay = document.createElement("div");
Object.assign(overlay,{id:"overlay"})
Table : API
Array.from(table.tBodies[0].rows).sort((rowA, rowB) => {
return +rowA.cells[col].textContent > +rowB.cells[col].textContent ? 1 : -1
});
| Cours ↑ | TD ↑ | C ↑ |
|---|---|---|
| HTML | 100 | 1 |
| CSS | 10 | 100 |
| Js | 2 | 2 |
voir code ici ⇞
Inscription à :
Commentaires (Atom)