I am making a page that will show real time data. And I need a table that will show 30 distinct parameters and their values. Can I make a table with a fixed left column labeling each row, while the rest of the table will be updated every so often? Or put a label separate from the table to show what each row is?
Hi @leboc86
you can use fixed_columns
with the number of columns you want to fix (normally 1)
See the reference here: Reference | Dash for Python Documentation | Plotly