Bump version to 1.5.6

This commit is contained in:
2026-07-25 17:43:41 +01:00
parent d48f0e779f
commit bd130a1070
7 changed files with 116 additions and 15 deletions
+4
View File
@@ -114,6 +114,10 @@
return false;
}
if (headerCell.getAttribute && headerCell.getAttribute('data-sortable') === 'false') {
return false;
}
if (/actions?|buttons?/i.test(getTableHeaderText(headerCell))) {
return false;
}