FixedColumns not working in Firefox with tfoot

FixedColumns not working in Firefox with tfoot

theinvtheinv Posts: 2Questions: 0Answers: 0
edited April 2011 in General
The FixedColumns does not work in Firefox if the datatable has 'tfoot' row, (eg, a fixed footer). It works fine in IE and Chrome.

In firefox, also when the tfoot is fixed, the column in the tfoot does not align with the thead. Again, this does not happen to IE and Chrome.

I am using firefox 3.6.4. FixedColumns 2.0.0.0

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,473 Site admin
    I would guess that there is a Javascript error somewhere - is there anything showing in Firebug? Also could you post either a link or your HTML and initialisation please?

    Allan
  • theinvtheinv Posts: 2Questions: 0Answers: 0
    Thanks for the pointer, allan!

    I fixed the problem. It was because I forgot to put 'tr' in the 'tfoot'.
This discussion has been closed.