diff --git a/jquery.fixedheadertable.js b/jquery.fixedheadertable.js index 9cccd20..a626ed3 100644 --- a/jquery.fixedheadertable.js +++ b/jquery.fixedheadertable.js @@ -397,7 +397,7 @@ $fixedColumn = $wrapper.find('.fht-fixed-column'), $thead = $('
'), $tbody = $('
'), - $tfoot = $('
'), + $tfoot = $('
'), $firstThChildren,// = $fixedBody.find('.fht-thead thead tr > *:first-child'), $firstTdChildren, fixedColumnWidth,// = $firstThChild.outerWidth(true) + tableProps.border,