I have a primefaces p:dataTable with InCell editing enabled and want to trigger/activate the RowEditor for the newly added row.
p:dataTable
Excerpt of XHTML
Execute a JQuery script on complete process :
oncomplete="editNewRow()"
The first function submit the addition action by press on "Enter" key