Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

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

@chriddyp

Description

@chriddyp

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions