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

ability to conditionally format columns if editing is disabled [Sponsored: Due May 1] #320

Closed
chriddyp opened this issue Dec 19, 2018 · 2 comments
Assignees
Labels
dash-meta-sponsored Development that has been sponsored by an organization https://plot.ly/products/consulting-and-oem/

Comments

@chriddyp
Copy link
Member

Enable Dash developers to update the style depending on whether the column is editable or not.
This would likely be an additional option in our style_data_conditional property (see e.g. https://dash.plot.ly/datatable/style)

@chriddyp chriddyp changed the title dash-table - ability to conditionally format columns if editing is disabled dash-table - ability to conditionally format columns if editing is disabled [Sponsored: Due May 1] Dec 19, 2018
@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 - ability to conditionally format columns if editing is disabled [Sponsored: Due May 1] ability to conditionally format columns if editing is disabled [Sponsored: Due May 1] Dec 19, 2018
@Marc-Andre-Rivet
Copy link
Contributor

All style_**_conditional to get an additional is_editable: boolean nested prop inside the if.

For each, we need to modify the calculation pipeline to take the new condition into consideration.
Have a look at dash-table/derived/style/index.ts to see how it all glues together.

@alexcjohnson
Copy link
Collaborator

Closed by #462

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

No branches or pull requests

4 participants