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

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

yusrilyusril Posts: 14Questions: 10Answers: 0

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

Answers

  • kthorngrenkthorngren Posts: 21,591Questions: 26Answers: 5,006
    Answer ✓

    If I understand your question correctly you can use select.selector to enable / disable selection for each column.

    Kevin

  • yusrilyusril Posts: 14Questions: 10Answers: 0

    @kthorngren Thanks! Although I don't know why it still doesn't work in my project. That's still what I was looking for.

This discussion has been closed.