Hello,
I want to add a custom button at row level in the grid but I want the button to use POST vs GET when the button is pressed. I then want to do some custom processing using server side code. I want ability to use custom button and not row-actions built in buttons.
How do I define my button HTML and what onclick function must I call for the build int on_delete() server side function to fire?
1 Answers
Hi,
In case if it’s helpful for someone, here is the sample code.
https://gist.github.com/gridphp/a6faf203f9429f27c00a63dfa0b1a030
Your Answer