0

Would it be possible to put a delete function when in edit page? I want to add it inline to the other buttons at the bottom of the edit form.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Puge
  • 1
  • 1

1 Answers1

1

You can use JavaScript to make that.

When you will click the button your function should send request to extra controller function.

This function must to delete row and send success answer. when JS function get answer you can to redirect to the list page.

enb081
  • 3,831
  • 11
  • 43
  • 66
VictorH
  • 111
  • 2