2 Replies Latest reply on Sep 28, 2009 8:23 AM by ilya_shaikovsky

    rich:extendedDataTable height question

       

      <rich:extendedDataTable id="table_user" binding="#{users.table}"
       value="#{users.users}" var="it" rows="13" height="90%" .....
      


      I want to have an extendedDataTable that takes the available screen space.
      I use height attribute.
      If I set height to p.e. "500px" the table is sized correctly to 500px.
      If I set height to a relative value like "90%", the table height is 0.

      is the relative value not supported?
      Is there a workaround?
      Or should it be used in another way?