* support to fixed table header and footer for datatable views.

This commit is contained in:
Catouse
2016-12-21 11:11:19 +08:00
parent e4dcd54151
commit 5c25329222
2 changed files with 12 additions and 5 deletions
+1
View File
@@ -58,6 +58,7 @@ $(document).ready(function()
if(!this.multiKey && !$(e.target).closest('td[data-index="0"]').length) return false;
}
},
fixedHeader: true,
ready: function()
{
if(!this.$table) return;