Datatable: Disable events (say click events) on certain columns only.

How to disable specific events on certain columns of the datatable ?

You can’t do it, but you can place a logic in the event handler, where check what is the related column and allow or deny further processing.