mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Fix hide/view columns dialog did not work on pages with more than 1 table (references #1058)
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user