We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce4d903 + f0e53d3 commit 47cdcf3Copy full SHA for 47cdcf3
1 file changed
assets/js/init-sortable-tables.js
@@ -55,7 +55,7 @@ document.addEventListener("DOMContentLoaded", function () {
55
}
56
57
58
- document.querySelectorAll("table").forEach((table) => {
+ document.querySelectorAll("table.js-sort-table").forEach((table) => {
59
addSortIcons(table);
60
61
const headers = table.querySelectorAll("thead th");
0 commit comments