How can I create a dashtable with per row button?

I’d like to build a mysql table widget which renders the table content in dashtable. I’d like to build some actions based on the row value. So I need to have a button related to each row (similar to the builtin delete button) and build a callback reacting to those buttons. The callback needs to receive the corresponding row data. Is it possible in current version of dash-table?

Hi @amosbird
I do not thing it’s possible to have a button connected to each row.