FixedHeader refreshes footer row after updating table

FixedHeader refreshes footer row after updating table

jocapcjocapc Posts: 45Questions: 0Answers: 0
edited February 2012 in Bug reports
Hi,

I have problem with integration of individual column filters and FixedHeader. When I put filters in the footer, each time filter is changed values are lost in the text boxes, and it seems that a new footer is redrawn. See how it works on the http://jquery-datatables-column-filter.googlecode.com/svn/trunk/fixedHeader.html
Filtering works fine. If you choose some value in select lists or type some characters in the text box, results will be filtered, but it seems that footer row is redrawn with original values.
I think that this is caused by the fake TFOOT that is generated but it is strange because it works with infinite scrolling which also uses fake Footer see http://jquery-datatables-column-filter.googlecode.com/svn/trunk/ScrollInfinite.html

Regards,
Jovan
This discussion has been closed.