Primefaces datatable roweditor: only permit one row editing

前端 未结 2 635
轮回少年
轮回少年 2020-12-25 14:21

I\'m working with JSF 2.1.6 and Primefaces 3.4.1 and I have a question.

I have an editable datatable with row editor. You can click the pencil button of each row, an

2条回答
  •  感情败类
    2020-12-25 14:39

    The above solution is not working for me. As an alternativ solution, I just hide the edit-button (pencil) when I'm editing a row with css

    
    
       
    
    
    

提交回复
热议问题