From bb173860155b520e444eb9a0a1eeaba513b5514d Mon Sep 17 00:00:00 2001 From: Freek Dijkstra Date: Mon, 27 Feb 2012 11:19:53 +0100 Subject: [PATCH] Change thead to tfoot in .fht-fixed-column .fht-tfoot --- jquery.fixedheadertable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,