0
votes

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!

1

1 Answers

-1
votes

Why you are using Material-Table package? you can use the Material-UI Table component. You can see here: enter link description here

and you can see an example that i did here: enter link description here

when you click on the pencil it will open the dialog