Create a dynamic table with buttons

Hi,

I have a json file which I load and create a drop-down box. I would like to create a table and each row I will have each item of my json and a button START and STOP for each row. The buttons will start and stop my application remotely.

Does anybody know a link with some example that looks like this?

thanks,
Fleipe

At the moment, only label, input, and/or dropdown types are supported in cells.

Support for buttons/html/etc. is on the roadmap: https://github.com/plotly/dash-table/issues/166

1 Like

nice, thanks for sharing.