Noob again.
I am trying to refresh the rows of a scrollableDataTable without having the header disappear than reappear. Are there an examples of this?
I tried giving each of my output Text id's like "njTaskName" then calling those from my button's reRender. That didn't work for me.
<rich:column width="150px" >
<f:facet name="header">
<h:outputText styleClass="headerText" value="Task Name" />
</f:facet>
<h:outputText id="njTaskName" value="#{newJobsList.taskName}" />
</rich:column>