so from what i read in here it is possible to exclude column from visibility list... but the problem is those example only show how to exclude one column....
so how to exclude several column?
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.
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