2 Replies Latest reply on Jan 6, 2009 1:31 PM by orkun

    cannot see the headers on scrollableDataTable

    orkun

      hello

      I am confused about scrollableDataTable, although I examined the available examples.

      I am getting column data normally, but cannot see the headers.


      <rich:scrollableDataTable value="#{tab_DataAl.items}" var="hey"
      styleClass="stil1" rowClasses="oddRow,evenRow" headerClass="header"
      height="100px" width="300px" sortMode="single">
      <rich:column>
      <f:facet name="header">
      <h:outputText styleClass="header" value="no" />
      </f:facet>
      <h:outputText value="#{hey.id}"></h:outputText>
      </rich:column>
      <rich:column>
      <f:facet name="header">
      <h:outputText styleClass="header" value="adi" />
      </f:facet>
      <h:outputText value="#{hey.adi}"></h:outputText>
      </rich:column>
      </rich:scrollableDataTable>


      what might the problem be ?

      regards

      Ahmet Temiz