From 78105e28c8bca15d3537b1cccd2dee7d18b1f239 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 13 Jan 2020 11:30:59 +0100 Subject: [PATCH] improved ingredient table --- cookbook/templates/forms/edit_internal_recipe.html | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbook/templates/forms/edit_internal_recipe.html b/cookbook/templates/forms/edit_internal_recipe.html index 7019fb253..b4f6fe3bc 100644 --- a/cookbook/templates/forms/edit_internal_recipe.html +++ b/cookbook/templates/forms/edit_internal_recipe.html @@ -85,6 +85,7 @@ movableRows: true, headerSort: false, columns: [ + { title: "", rowHandle:true, formatter:"handle", headerSort:false, frozen:true, width:36, minWidth:36}, { title: "{% trans 'Ingredient' %}", field: "name",