Using dcc.ConfirmDialog in row_deletable in DataTable

Hello,

I’m a new user of Dash plotly and I have a question.

In the dash_table.Datable there’s an option “row_deletable=True”. Is it possible to apply the dcc.ConfirmDialog on this option ?
I want to display a message to confirm if the user want really to remove this row.

Thanks so much for your help.

Bumping this post, as I am also looking for a solution. Would be great to implement!!