plotly / dash-table-experiments

NO LONGER SUPPORTED - use https://github.com/plotly/dash-table instead
MIT License
174 stars 57 forks source link

Can't highlight and copy text to clipboard from the table #101

Closed chirayu11 closed 5 years ago

chirayu11 commented 5 years ago

Highlighting text and copying from the DataTable does not work. It only works if the table is editable (editable=True) but we are using non-editable tables.

Standard selection of text and then using keys (Ctrl + C or Command + C) or using right click menu should copy text.

Is there a workaround for this perhaps using CSS?