streamlit icon indicating copy to clipboard operation
streamlit copied to clipboard

[Prototype] Allow pinning dataframe columns via column config

Open lukasmasuch opened this issue 5 months ago • 1 comments

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.

lukasmasuch avatar Sep 24 '24 16:09 lukasmasuch