ColVis and tfoot

ColVis and tfoot

PetahPetah Posts: 12Questions: 0Answers: 0
edited October 2010 in General
ColVis doesn't seem to work when i have a footer on a table. It is throwing exceptions in firebug and only hides the thead column, not the tbody, or tfoot columns.

Any ideas?

Replies

  • PetahPetah Posts: 12Questions: 0Answers: 0
    Bump.
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    As shown in this example it should work okay: http://datatables.net/release-datatables/extras/ColVis/index.html . However it does assume that there is one TFOOT / TH element for each column. If you are using colspan / rowspan then it probably will give an error.

    Allan
This discussion has been closed.