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

column level editable to take precendence over table level editable? #175

Closed
chriddyp opened this issue Oct 25, 2018 · 0 comments · Fixed by #182
Closed

column level editable to take precendence over table level editable? #175

chriddyp opened this issue Oct 25, 2018 · 0 comments · Fixed by #182
Assignees
Projects

Comments

@chriddyp
Copy link
Member

Right now, table.columns[0].editable=True with table.editable=False will not make the column editable. Instead, you have to set table.editable=True, table.columns[1:].editable=False.

I think that the column-level editable flag should take precedence over the table-level editable flag.

@chriddyp chriddyp added this to Priority #2 - Beta in Dash Table Oct 25, 2018
@Marc-Andre-Rivet Marc-Andre-Rivet self-assigned this Oct 29, 2018
@Marc-Andre-Rivet Marc-Andre-Rivet moved this from Priority #2 - Beta to In Progress in Dash Table Oct 29, 2018
@Marc-Andre-Rivet Marc-Andre-Rivet moved this from In Progress to In Review in Dash Table Oct 29, 2018
Dash Table automation moved this from In Review to Closed Oct 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Dash Table
  
Closed
Development

Successfully merging a pull request may close this issue.

2 participants