Delete organisation functionality

This commit is contained in:
2022-02-04 11:42:43 +00:00
parent f850e4cace
commit 2cf2777494
9 changed files with 251 additions and 4 deletions

View File

@@ -16,4 +16,9 @@ $(document).ready(function() {
// Bind creation button
bindOrganisationCreationButton($("#widget-organisations"));
// Bind table buttons
$("#widget-organisations").on("pagerComplete.ufTable", function () {
bindOrganisationButtons($(this));
});
});