utils: remove duplicate function and convert changeTableButtonStates to vanilla JS (#3547)

This commit is contained in:
Adam Warner
2025-07-11 18:34:12 +01:00
committed by GitHub
6 changed files with 23 additions and 46 deletions

View File

@@ -439,7 +439,7 @@ function initTable() {
});
table.on("init select deselect", () => {
utils.changeBulkDeleteStates(table);
utils.changeTableButtonStates(table);
});
table.on("order.dt", () => {