We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b098c commit 30e4d97Copy full SHA for 30e4d97
webroot/js/sort.js
@@ -31,7 +31,7 @@
31
rows.forEach(function (row) {
32
tbody.appendChild(row);
33
});
34
- document.querySelectorAll("th").forEach(function (header) {
+ table.querySelectorAll("th").forEach(function (header) {
35
header.innerHTML = header.innerHTML.replace(/ ▲| ▼/, "");
36
37
var orderSymbol = order == 1 ? "▲" : "▼";
0 commit comments