Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent hiding required editable columns #7888

Merged
merged 1 commit into from Jan 2, 2024

Conversation

LukasMasuch
Copy link
Collaborator

Describe your changes

If a column is configured to be required and editable, we will enforce hidden=false. Hiding required columns can will make editing the table pretty impossible.

GitHub Issue Link (if applicable)

Testing Plan

  • Added jest unit test

Contribution License Agreement

By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.

@LukasMasuch LukasMasuch merged commit e5aa0b0 into develop Jan 2, 2024
56 checks passed
@LukasMasuch LukasMasuch deleted the fix/disallow-hidden-for-required-columns branch January 23, 2024 00:22
zyxue pushed a commit to zyxue/streamlit that referenced this pull request Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

column_config required should be incompatible with hidden
2 participants