DT
DT copied to clipboard
Set "selector" for selections
Hello,
With the Select extension, there's an option selector to allow/disallow the selection on some columns. For example, if I have a datatable like this:

then when I click a 'Copy' button in the last column, this selects the clicked row, and this is not desirable. With the selector option I can prevent that.
Stop me if I'm wrong but it seems to me that there's no such possibility with the DT selection feature;
You are right. At present, DT can only control whether certain cells are selectable or not. But what you need is to make certain cells not able to trigger the "select" action.