From: Coleman Watts Date: Fri, 28 Aug 2015 13:31:52 +0000 (-0400) Subject: Fix jSortable table styling X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8f70219adfd720914f1ad515e339f8a9218f689d;p=civicrm-core.git Fix jSortable table styling --- 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