Dash AG Grid - Row Dragging External Dropzone and Cell Text Selection - Unfavorable UX side effect

Hi there,

I have a Dash AG grid with the Row Dragging - External Dropzone | Dash for Python Documentation | Plotly. I enabled the “Cell Text Selection” option on the left and right table as it would be very useful for the user to copy/paste values of certain columns. However, now as a side effect whenever a user is dragging and dropping rows the whole “tables get selected” which is not a nice UX. Is it possible to apply the “Cell Text Selection” only to certain columns in the table rather for the whole table? Or is there any other possibility to prevent this type of behavior? Thanks!

See screenshot to illustrate.