Setting column visibility is slow for non boolean values
Setting column visibility is slow for non boolean values
AllanCochrane
Posts: 41Questions: 1Answers: 2
In the console output for http://jsfiddle.net/ucP7s/36/ you can see that non boolean (yet still truthy) values for the argument to column().visible() slow down the code substantially.
Not a bug per se but maybe a chance for future optimisation?
Not a bug per se but maybe a chance for future optimisation?
This discussion has been closed.
Replies
If option types are allowed in future, I'll update the documentation accordingly, but I'd suggest sicking with just what is documented for now. Everything else is an undefined state.
Allan