Hi I have a web application built using java+struts2+hibernate. I am using dataTable Editor in displaying the contents of one of the backend table. I am new to DataTables an
Here is the solution for one of my issues( issue 2 of this post).
capturing the selected row index using the event and storing index in variable as clicking of remove button happens after we select a row. now calling a function for the remove button and using $.getJSON('URL',parameters,function)
I am doing the delete operation and it's working perfectly fine.
Updated CODE:
$( "#dialog-confirm" ).dialog( "open");