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-paste does not work when a column is not editable #848

Open lhsusan1016 opened 3 years ago

lhsusan1016 commented 3 years ago

When a column in a dash table is editable, use shift+click to select cells and copy-paste requires an extra click on one of those cells. But when a column is not editable, an extra click can not help. It seems copy and paste does not work any more. How to fix it?

redm123 commented 3 years ago

This sounds like a duplicate of: https://github.com/plotly/dash-table/issues/837? I don't know about editable columns, but for regular columns copy still "works" here, both single and multi cell ("works" like in: not entirely broken, but require the extra click).