Skip to content

DataFrame | Fixing column width behavior#1258

Merged
arraydude merged 8 commits intostreamlit:developfrom
arraydude:fix/DataFrameColumnBug
Mar 27, 2020
Merged

DataFrame | Fixing column width behavior#1258
arraydude merged 8 commits intostreamlit:developfrom
arraydude:fix/DataFrameColumnBug

Conversation

@arraydude
Copy link
Copy Markdown
Contributor

@arraydude arraydude commented Mar 26, 2020

Issue: #155

Description:

  • Setting max width when the table width exceeds the container width
  • Giving the remaining space to cells
  • Adding more space if the table is within 2/3 of the container width

Screen Shot 2020-03-26 at 2 28 03 PM


Contribution License Agreement

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

@arraydude arraydude requested a review from a team as a code owner March 26, 2020 00:47
@arraydude arraydude requested a review from kantuni March 26, 2020 21:08
Copy link
Copy Markdown
Collaborator

@kantuni kantuni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@arraydude arraydude merged commit de5ab2e into streamlit:develop Mar 27, 2020
@arraydude arraydude deleted the fix/DataFrameColumnBug branch March 27, 2020 19:39
tconkling added a commit that referenced this pull request Mar 30, 2020
* develop:
  Release 0.57.1 - Fixes SessionInfo alert bug (#1270)
  Py2k Elimination (phase 2): Scrubbing all the py2/3 compatibility clauses (#1177)
  Changing selectbox filtering as case insensitive (#1269)
  Moving st_in_cache_warning from flaky to stable (#1267)
  DataFrame | Fixing column width behavior (#1258)
  Release 0.57 (#1266)
  Fix bug where script was executing twice on first run. (#1263)
  Add default hash func for regex patterns (#1232)
  Updated readme.md help people find msft installation instructions.
  MediaFileManager: fix "Content-Type" header
tconkling added a commit to tconkling/streamlit that referenced this pull request Mar 30, 2020
* feature/plugins:
  Release 0.57.1 - Fixes SessionInfo alert bug (streamlit#1270)
  Py2k Elimination (phase 2): Scrubbing all the py2/3 compatibility clauses (streamlit#1177)
  Changing selectbox filtering as case insensitive (streamlit#1269)
  Moving st_in_cache_warning from flaky to stable (streamlit#1267)
  DataFrame | Fixing column width behavior (streamlit#1258)
  Release 0.57 (streamlit#1266)
  Fix bug where script was executing twice on first run. (streamlit#1263)
  Add default hash func for regex patterns (streamlit#1232)
  Updated readme.md help people find msft installation instructions.
  MediaFileManager: fix "Content-Type" header
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants