I'm using timeline component of primefaces extensions and when i set height of the component "auto", there is no any visual view of the component on the page on the other hand when i set the height a value, it seen successfully. But row count (group count in demo) of the component is dynamic on my application. I found a solution by counting row count before rendering and set height value of component in xhtml using a getter method which provide a calculated height value.
V. 0.6.1
Why auto value of height paremeter does not work? Is there any idea and any optimum solution?
<pe:timeline id="timeline" value="#{scheduleBean.timelines}"
axisPosition="top"
eventStyle="box"
var="event"
height="auto" width="100%" widgetVar="timelineWidget">
http://fractalsoft.net/primeext-showcase-mojarra/sections/timeline/advancedUsage.jsf