mirror of
https://github.com/grocy/grocy.git
synced 2025-09-29 19:12:24 +00:00
Use original column index when accessing data table columns (fixes #1684)
This commit is contained in:
@@ -99,7 +99,7 @@ $("#status-filter").on("change", function()
|
||||
value = "";
|
||||
}
|
||||
|
||||
recipesTables.column(5).search(value).draw();
|
||||
recipesTables.column(recipesTables.colReorder.transpose(5)).search(value).draw();
|
||||
|
||||
$('.recipe-gallery-item').removeClass('d-none');
|
||||
if (value !== "")
|
||||
|
Reference in New Issue
Block a user