Hi, everyone! I have these tables created by go.Table()
and figure_factory.table()
:
go.Table()
figure_factory.table()
As you can see, the columns are overlapping each other. I want to add a horizontal scroll bar with any method of them.
Note: I donโt want to set fixed height and width to the tables because this will be a function called many times with different Panads dataframes. Simply speaking, I want plotly to do that by default.