plotly / dash-table

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

double click doesn’t save edits? #778

Open chriddyp opened 4 years ago

chriddyp commented 4 years ago

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

ojnas commented 4 years ago

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.

b-karl commented 3 years ago

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.

DanielStraussKritzinger commented 3 years ago

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.