Is there a way to fix a column visually using plotly.go.Figure()?

I’m recreating my df on Streamlit using plotly.go.Figure(). My table, however, has many columns and I want to use the left-most (first) column as a reference for when I am scrolling horizontally through the table.

Is there any way to fix the first column visually, like in Excel/Google Spreadsheets?

Hi @Luiz_Scheuer,

It sounds like this is actually a Plotly question if you’re using plotly.go.Figure() – I’d recommend checking out the Plotly docs or asking in their forum

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.