Marco Oliveira

Results 5 comments of Marco Oliveira

That line was fixed recently in pull request #77.

Recently, I had to customize the scrollbar, and it might be of help in that case (of the scrollbar thumb): custom_css={ # Firefox '*': {'scrollbar-width': 'thin;'}, # Chrome, Edge, Opera,...

Indeed it's not working... I tested now on version 0.3.3. But it does work for all columns: gb.configure_default_column(min_column_width=300) Another way to do this for a specific column: gb = GridOptionsBuilder.from_dataframe(df)...

Hi @nicornk, You don't have to be stuck on version 1.11.1, as it's indeed possible to access websocket headers in **current** version 1.12.2. Since Streamlit is opensouce, we can always...

Why would you deploy a web application using `pyinstaller`, since it's usually meant for a stand alone (single executable) application?