Fix hide/view columns dialog did not work on pages with more than 1 table (references #1058)

This commit is contained in:
Bernd Bestel
2020-11-11 22:28:05 +01:00
parent c3e59d21b9
commit 0a600d3277
27 changed files with 56 additions and 58 deletions

View File

@@ -762,7 +762,7 @@ $(window).on("message", function(e)
}
});
$("#change-table-columns-visibility").on("click", function(e)
$(".change-table-columns-visibility-button").on("click", function(e)
{
var dataTableSelector = $(e.currentTarget).attr("data-table-selector");
var dataTable = $(dataTableSelector).DataTable();