Updating entire

on complete of

前端 未结 5 1801
旧巷少年郎
旧巷少年郎 2020-11-30 02:01

I am having difficulty re-rendering a PrimeFaces Datatable once a cell has been edited. Changing the value in one cell may change entries in the other cells, hence the need

5条回答
  •  萌比男神i
    2020-11-30 02:39

    If none of the solutions worked for you, this worked for me

    
                     
    ....
    

    I'm calling the filter method on the PF widget on ajax complete, any method that does a "reload" of the table should work, I used filter because my table had column filters.

提交回复
热议问题