Fix table sizing (use thead for both body and header divs!)

master
Vitaliy Filippov 2015-07-27 12:29:00 +03:00
parent 8b8667e86c
commit f2f98a3dc3
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
var tableProps = helpers._getTableProps($self);
helpers._setupClone($divBody, tableProps.tbody);
helpers._setupClone($divBody, tableProps.thead);
if (!$self.hasClass('fht-table-init')) {
if (settings.fixedColumns > 0) {