From 94d78caf04ba663ba3fb23967a0bc30bed6b4e8a Mon Sep 17 00:00:00 2001 From: Yogesh Ojha Date: Sun, 8 Nov 2020 00:31:17 +0530 Subject: [PATCH] Multiple options button hide --- targetApp/templates/target/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targetApp/templates/target/list.html b/targetApp/templates/target/list.html index e81b13f1..cef045a8 100644 --- a/targetApp/templates/target/list.html +++ b/targetApp/templates/target/list.html @@ -111,7 +111,7 @@ table = $('#style-2').DataTable({ }, columnDefs:[ { targets:0, width:"30px", className:"", orderable:!1, render:function(e, a, t, n) { - return'' + return'' } }], "oLanguage": {