Preventing some columns from being hidden?
Preventing some columns from being hidden?
jstemper
Posts: 15Questions: 10Answers: 0
I have a grid that has the first two left hand columns as fixed. I would also like to prevent Button/colVis from allowing those two columns to be hidden. Is this possible?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
This will keep the left two from being hidden by colVis.
Kevin
I actually had to change the columns parameters to the following. As listed above it threw a jscript error.
Thanks for the help.
John
Are you using a version of DataTables older than 1.10.13? The above should work fine with .13, but it indeed throw and error with older versions.
Allan
I am u using 1.10.12 so that would explain the error.
I'll have to see about upgrading.
Thanks again.