streamlit
streamlit copied to clipboard
[Prototype] Allow pinning dataframe columns via column config
Describe your changes
This PR adds support to column config to pin / freeze arbitrary columns in st.dataframe
and st.data_editor
.
GitHub Issue Link (if applicable)
- Closes https://github.com/streamlit/streamlit/issues/7078
Testing Plan
- Explanation of why no additional tests are needed
- Unit Tests (JS and/or Python)
- E2E Tests
- Any manual testing needed?
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.