From 8f70219adfd720914f1ad515e339f8a9218f689d Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 28 Aug 2015 09:31:52 -0400 Subject: [PATCH] Fix jSortable table styling --- templates/CRM/common/jsortable.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/CRM/common/jsortable.tpl b/templates/CRM/common/jsortable.tpl index ee34619dd0..db86e0876c 100644 --- a/templates/CRM/common/jsortable.tpl +++ b/templates/CRM/common/jsortable.tpl @@ -154,6 +154,7 @@ "bAutoWidth": false, "aoColumns": columns, "bSort": true, + "sDom": 'ti', "oLanguage":{ "sEmptyTable": noRecordFoundMsg, "sZeroRecords": noRecordFoundMsg -- 2.25.1