plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
419 stars 74 forks source link

Copy disabled when cell_selectable=False #822

Open mari-pwbm opened 4 years ago

mari-pwbm commented 4 years ago

Hello!

I've noticed that setting cell_selectable=False disables all copying of the contents of the table, even when editable is set to true.

As an aside, it seems like cell_selectable=False, editable=True re-enables normal text selection but copying to clipboard is disabled. Ideally, we'd have normal text selection just with the option to copy.

Also, it looks like the column headers also cannot be copied.

wbrgss commented 3 years ago

related: #837

benedikt-budig commented 2 years ago

see also: https://github.com/plotly/dash/issues/1978