Placing a button into the datatable row to trigger a AJAX Call
Placing a button into the datatable row to trigger a AJAX Call
mohammedsardar
Posts: 2Questions: 1Answers: 0
Hi All,
I've a assignment with data table. Each row of data is fetched from db and it's fine. At the end of each row need to have Update button. when this "Update" is pressed a request Spring controller will be triggered. As a success result of this an another popup/windows should open. I'm not sure what this concept name is. But struck at this point. I'm trying to get this done with an update. Could some please guide me with an example how this concept can be achieved ? Please comment if my question is not clear.
HTML UI will be of below nature .
Client Type Country Approval
1 xxx Combo ****Update Button** (This will be an update request link to Spring Controller)
11 xyy Combo ****Update Button** (This will be an update request link to Spring Controller)
13 xui Combo ****Update Button** (This will be an update request link to Spring Controller)
Kindest Regards
Sardar
This discussion has been closed.
Answers
How can edit the post ? I wish to edit with some sample code.