Is there a way to set the maximum height of an st.dataframe before it starts scrolling?
I have a dataframe which I want to display in full, and it’s just barely too large to avoid scrolling. Hence the last row is shown only half, and the user needs to scroll just to it in full.
I know that I could use st.table to show the full table instead, but I like the look and additional features of dataframe, like auto-width, sorting or the gray header.
I know that I can try to set my height manually, but it feels rather stupid to chase pixel values which probably are still wrong on another browser.
Hence I think the best solution to the problem would be access to the threshold above which the table starts scrolling.
Is there a way to set the maximum height of an st.dataframe before it starts scrolling?
Unfortunately, there isn’t any way to do that I have added this to our list of feature requests for st.dataframe, but don’t expect anything released on this soon.
The best way currently to do that is by using height. I’m pretty sure that height actually stays stable across browsers. So, once you have figured out the optimal height value for your dataframe, it should work fine across browsers and also with upcoming Streamlit versions.
35 is row height and the +3 adds the additional height required for borders, which will stay constant regardless of the number of rows. I haven’t tested it, so it could be that you have to use higher or lower constant factor.
Thanks for stopping by! We use cookies to help us understand how you interact with our website.
By clicking “Accept all”, you consent to our use of cookies. For more information, please see our privacy policy.
Cookie settings
Strictly necessary cookies
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms.
Performance cookies
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us understand how visitors move around the site and which pages are most frequently visited.
Functional cookies
These cookies are used to record your choices and settings, maintain your preferences over time and recognize you when you return to our website. These cookies help us to personalize our content for you and remember your preferences.
Targeting cookies
These cookies may be deployed to our site by our advertising partners to build a profile of your interest and provide you with content that is relevant to you, including showing you relevant ads on other websites.