Primefaces datatable in-cell edit to update other rows in the same datatable with ajax rowEdit event processing
- by Java Thu
I have issue to update other rows in the same datatable when one row updated using primeface datatable in-cell edit ajax rowEdit.
But failed to update other row with ajax call. The ajax response only return the same row data which was updated.
The codes are as following:
<h:form id="testForm">
<p:dataTable id="testDT" var="d"…