Docs for table hide options#14497
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
Thanks for contributing to Streamlit! 🎈 Please make sure you have read our Contributing Guide. You can find additional information about Streamlit development in the wiki. The review process:
We're receiving many contributions and have limited review bandwidth — please expect some delay. We appreciate your patience! 🙏 |
There was a problem hiding this comment.
Pull request overview
Updates the st.table API docstring to better document the hide_index / hide_header options and to modernize the embedded example formatting used in the generated docs.
Changes:
- Refines
hide_index/hide_headerparameter descriptions (wording + formatting). - Converts
st.tableexamples from doctest-style prompts to.. code-block:: pythonblocks with:filename:. - Raises the embedded app minimum height for the “minimal table” example output to 200px.
Describe your changes
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.