colvis button exclude several column from visiblity list
colvis button exclude several column from visiblity list
t0n1zz
Posts: 32Questions: 19Answers: 0
This discussion has been closed.
Answers
Use a suitable selector:
:not(.first,.second)
.Allan
hmm i am sorry but it is not working... it got error Syntax error, unrecognized expression: :not(.first
It looks like something is splitting on the comma which shouldn't be happening - I suspect it is the DataTable column selector. I'll need to look into that. I'll post back once I have a chance to do so.
Allan
I've committed the fix for this and it will be in the 1.10.13 release of DataTables. It is already in the nightly version.
Allan