dash-table icon indicating copy to clipboard operation
dash-table copied to clipboard

double click doesn’t save edits?

Open chriddyp opened this issue 4 years ago • 3 comments

https://community.plotly.com/t/double-click-the-input-field-in-dashtable-then-use-a-button-to-save-the-content-will-loss/25292/2

chriddyp avatar May 11 '20 03:05 chriddyp

I also experience this issue. Double-clicking, editing and then clicking enter or tab works as expected but if I click on another cell (or a button to trigger a callback) directly after editing the changes are lost.

ojnas avatar Oct 16 '20 09:10 ojnas

I have experienced this issue but found it resolved after some other changes. My best bet on what fixed it (but have not confirmed) was setting the entire table to editable=True and explicitly specifying editable on every column, it solved other UX issues with copy-paste for me as well.

b-karl avatar Jun 09 '21 11:06 b-karl

Has this problem been looked at further at all? Dash datatable is being used more and more as an input mechanism and having issues like this makes the experience pretty confusing.

DanielStraussKritzinger avatar Aug 05 '21 09:08 DanielStraussKritzinger