I am using action(https://material-table.com/#/docs/features/actions) in my rows, but I want the action to be clicked and open a dialog(https://material-ui.com/components/dialogs/).
How to write this in actions? It seems that Material-UI just append the next to the click. Is it possible to do that in Material-Table?
Thanks a lot!