5 Replies Latest reply on Jun 23, 2010 2:15 AM by shanikaweerapperuma

    How to set height of rich:extendedDataTable via EL expression

    shanikaweerapperuma

      Hi,

       

      Is it possible to set the "height"  of rich:extendedDataTable programatically, via an EL expression as below ?

       

      <rich:extendedDataTable id="toDoTable" value="#{itemsToDo}" var="todo" headerClass="thfmt" style="width:100%;"  height="#{ToDo.tableHeight}"
            selectionMode="multi" selection="#{ToDo.selection}" rendered="#{itemsToDo.rowCount > 0}">

       

      I have getter / setter methods in my bean and defined in interface for tableHeight, but the getter method does not get called.

       

      I am using richfaces 3.3.0 GA

       

      Thanks

      Shanika