Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

disable editing if the column is in a 'loading state' #319

Closed
chriddyp opened this issue Dec 19, 2018 · 3 comments · Fixed by #484
Closed

disable editing if the column is in a 'loading state' #319

chriddyp opened this issue Dec 19, 2018 · 3 comments · Fixed by #484
Assignees
Labels
dash-meta-prioritized dash-meta-sponsored Development that has been sponsored by an organization https://plot.ly/products/consulting-and-oem/ dash-type-enhancement New feature or request size: 3
Milestone

Comments

@chriddyp
Copy link
Member

Currently, if a user is rapidly editing cells, updates that return from the server may override the edits that they just made. This enhancement would disable editing the table while the server computing an update to the data property, preventing the user from making edits that would otherwise be overridden.
This builds on top of our “loading states” effort (plotly/dash-renderer#93)

@chriddyp chriddyp added the dash-meta-sponsored Development that has been sponsored by an organization https://plot.ly/products/consulting-and-oem/ label Dec 19, 2018
@chriddyp chriddyp changed the title dash-table - disable editing if the column is in a 'loading state' [Sponsored: Due May 1] disable editing if the column is in a 'loading state' [Sponsored: Due May 1] Dec 19, 2018
@shammamah-zz shammamah-zz self-assigned this Jun 25, 2019
@shammamah-zz
Copy link
Contributor

@chriddyp I'm not quite sure how to access information like the loading state of individual columns -- do you mean the loading state of the whole table?

@chriddyp
Copy link
Member Author

Yeah - loading state of the entire table

@Marc-Andre-Rivet
Copy link
Contributor

Discussion notes: Prevent editing the table when loading + change the cursor.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dash-meta-prioritized dash-meta-sponsored Development that has been sponsored by an organization https://plot.ly/products/consulting-and-oem/ dash-type-enhancement New feature or request size: 3
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants