This content has been marked as final.
Show 1 reply
-
1. Re: dynamic height for scrollabledatatable
fdegrigny Jan 11, 2010 9:58 AM (in response to fdegrigny)Ok, it works.
The issue was because I have defined the height of the table, both in the JSF tag and in the Java backing bean.
<rich:scrollableDataTable binding="#{myBean.dataTable}" height="#{myBean.tableHeight}" .../>
dataTable.setHeight("350px");