-
-
Notifications
You must be signed in to change notification settings - Fork 73
Copy paste of cell contents is not working for me with dash_table version 4.10.1 #837
Comments
Thanks for reporting @bjonen! Indeed - |
Same here. Could it be that it (at least partly) depends on the type of fields? When I select a text cell (State column) it fails, when I select any of the other columns it works... What I also noticed: It works when you click the failing cell a 2nd time... Also with your multi cell selections. So I click in the table and a cell gets selected. I hit |
Is there any update regarding this? It's a pretty annoying bug. Especially for our users, that don't know about the extra click workaround, for them copy essentially does not work. |
For non-editable columns, it seems that cell contents are neither selectable nor can they be copied. Is that intended behavior? |
Just a note on this, given that the table is editable, all cells are selectable and all individual columns are set to whatever editable value they should have (explicitly) this does not seem to be an issue in Firefox, but both Chrome and Edge require an additional select/click inside the selected cells to allow Ctrl-C to work on the selected cells. |
Possibly causing or related to #936. |
Oh cool! Something related I just noticed, small but annoying: when copying from a cell apparently always a terminating newline is appended, which has to be cleaned up after pasting. Maybe you can check and fix that while you are at it? |
This has not been fixed yet, has it? Is there a flag? Something? I find this behavior disturbing and still encounter it one and a half years later. |
Copy paste of cell contents is not working for me with dash_table version 4.10.1. Also selecting/copying from the docs seems not to be possible (https://dash.plotly.com/datatable).
Originally posted by @bjonen in #276 (comment)
The text was updated successfully, but these errors were encountered: