randomly displays hidden columns
randomly displays hidden columns
FredFlintstone
Posts: 24Questions: 0Answers: 0
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?
{ 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?
This discussion has been closed.
Replies
{ 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!