From 7a2c9f0372bf642a470b9c44255f705a5df8b66d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Fri, 24 Oct 2014 15:38:03 +0200 Subject: [PATCH] Bug #3251: Highlight row in multiple choice selection --- src/sunstone/public/js/sunstone.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sunstone/public/js/sunstone.js b/src/sunstone/public/js/sunstone.js index 1d139774ec..5b921c7028 100644 --- a/src/sunstone/public/js/sunstone.js +++ b/src/sunstone/public/js/sunstone.js @@ -6565,6 +6565,8 @@ function selectResourceTableSelect(section, context_id, opts){ } $('.alert-box', section).hide(); + + dataTable_select.fnDraw(); } else { var dataTable_select = $('#datatable_'+context_id, section).dataTable();