reRender a specific row of rich:dataTable
问题 Good Morning! Is it possible to reRender only 1 specific row of rich:dataTable? I have a rich:dataTable and, when I do something that I´m sure only 1 row has changed, I need to reRednder only this row, not the entire table. Is it possible? How? XHTML: <rich:dataTable id="myTable" value="#{bean.table}" var="me"> <rich:column> <h:outputText value="#{me.id}" /> </rich:column> <rich:column> <h:outputText value="#{me.valueOne}" /> </rich:column> <rich:column> <h:outputText value="#{me.valueTwo}" /