DT icon indicating copy to clipboard operation
DT copied to clipboard

Set "selector" for selections

Open stla opened this issue 3 years ago • 1 comments

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:

dt_copycolumn

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;

stla avatar Mar 19 '22 10:03 stla

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.

shrektan avatar Mar 19 '22 12:03 shrektan