2 Replies Latest reply on Feb 7, 2008 12:59 PM by okmich

    scrollableDataTable not rendering at all

    okmich

      hello,

      can anyone help me with reasons and solutions why a scrollableDataTable table will not render at all.

      <rich:scrollableDataTable rowKeyVar="rkv" rows="10" frozenColCount="1" id="bankListTable" width="99%" value="#{bankBean.bankModel}" var="bankData"
       headerClass="header" rowClasses="table-odd-row-leftalign,table-even-row-leftalign" columnClasses="col" first="0">
       <h:column id="bankCode">
       <f:facet name="header">
       <h:outputText escape="false" value="<b>Bank Code</b>"/>
       </f:facet>
       <h:outputText id="bankName" value="#{bankData.bankCode}" />
       </h:column>
      .................
      </rich:scrollableDataTable>
      


      I am using the version 3.1.4 .

      Michael