How to edit data in cell of datatable primefaces 3.4.2
问题 My project use primefaces ver 3.4.2. I don't see that version supporting cell editing in datatable as showcased here. 3.4.2 has row editing that has many action to edit data in datatable. I cannot upgrade the primefaces library version. How can I achieve cell editing in 3.4.2? 回答1: try this : editable="true" and editMode="cell" which will allow us to edit cell.. (this is supported in 3.4.2) and columns must be written as below .. <p:dataTable id="cars" var="car" value="#{tableBean.carsSmall}"