randomly displays hidden columns

randomly displays hidden columns

FredFlintstoneFredFlintstone Posts: 24Questions: 0Answers: 0
edited April 2013 in General
one of my datatables randomly displays all the columns which are hidden. these are hidden using aoColumns:

{ sName: "MyCol1", "bVisible": false }

etc...

usually, they are hidden, but very occasionally, they get displayed and i can't for the life of me replicate this. has anyone else come across anything similar?

Replies

  • FredFlintstoneFredFlintstone Posts: 24Questions: 0Answers: 0
    i *may* have fixed this with the inclusion of a css class for hidden columns. eg

    { sName: "MyCol1", "sClass": "HiddenDatatableCell", "bVisible": false }

    where HiddenDatatableCell simply sets display: none

    not sure if this is a fix or not as the problem has been so very random but so far so good...i realise my first post gave little to go on but was really just to see if anyone else had come across this. it may well still be something i have done!
This discussion has been closed.