Change thead to tfoot in .fht-fixed-column .fht-tfoot

master
Freek Dijkstra 2012-02-27 11:19:53 +01:00
parent e97620b3dd
commit bb17386015
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@
$fixedColumn = $wrapper.find('.fht-fixed-column'),
$thead = $('<div class="fht-thead"><table class="fht-table"><thead><tr></tr></thead></table></div>'),
$tbody = $('<div class="fht-tbody"><table class="fht-table"><tbody></tbody></table></div>'),
$tfoot = $('<div class="fht-tfoot"><table class="fht-table"><thead><tr></tr></thead></table></div>'),
$tfoot = $('<div class="fht-tfoot"><table class="fht-table"><tfoot><tr></tr></tfoot></table></div>'),
$firstThChildren,// = $fixedBody.find('.fht-thead thead tr > *:first-child'),
$firstTdChildren,
fixedColumnWidth,// = $firstThChild.outerWidth(true) + tableProps.border,