dash-table
dash-table copied to clipboard
double click doesn’t save edits?
https://community.plotly.com/t/double-click-the-input-field-in-dashtable-then-use-a-button-to-save-the-content-will-loss/25292/2
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.
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.
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.