5 Replies Latest reply on Aug 7, 2009 11:21 AM by lenyas66

    Headers for rich:dataTable are not rendered

    lenyas66

      Could somebody advise on how to deal with the following problem?

      When I show the table the first time it has no data, so it shows only table header., because it has no data.

      Then, users generate the data by clicking on submit the button and they show in the table, but headers are still missing.

      The column is defined as follows:

      <h:column rendered="#{not empty dataItems.standardDeviation}">
       <f:facet name="header">Standard Deviation</f:facet>
       <h:outputText value="#{dataItems.standardDeviation}" />
       </h:column>


      I would appreciate any help in resolving this issue.