Trigger/activate the RowEditor from bean for a primefaces In-Cell editing enabled p:dataTable

前端 未结 9 903
时光说笑
时光说笑 2021-01-02 10:16

I have a primefaces p:dataTable with InCell editing enabled and want to trigger/activate the RowEditor for the newly added row.

Excerpt of XHTML

9条回答
  •  时光取名叫无心
    2021-01-02 10:41

    Execute a JQuery script on complete process :

    oncomplete="editNewRow()"
    

            

    The first function submit the addition action by press on "Enter" key

提交回复
热议问题