How to unable the highlight of 'select' for certain columns?
How to unable the highlight of 'select' for certain columns?

Is there anyone who knows on how to disable the highlight of the select
?
I have found something similar, but unfortunately it's using the old version. https://jsfiddle.net/ptwgxpzu/30/
Could you help me to make it works for the current version?
here is my test case:
http://live.datatables.net/tedehaji/2/
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
If I understand your question correctly you can use
select.selector
to enable / disable selection for each column.Kevin
@kthorngren Thanks! Although I don't know why it still doesn't work in my project. That's still what I was looking for.