Skip to content
This repository was 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

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants