when plotly a table in dash how can get the Horizontal scroll bar…
go.Table() can automatic generation of longitudinal scroll bar,but not Horizontal (-. -)||
when plotly a table in dash how can get the Horizontal scroll bar…
go.Table() can automatic generation of longitudinal scroll bar,but not Horizontal (-. -)||
Hi @TOM_CAO you can use a dash_table.DataTable
, see https://dash.plot.ly/datatable/sizing (look for horizontal scroll)
thank you very much, i see the dash_table before but i didn’t get into it… will think what’s the difference between the two( dash_table VS go.Table), I think I chose go.table for convenience, i will use dash_table to try , come back if i have any questions…thank~~~~ (^。^)
@Emmanuelle forget @