<h:dataTable id="advScreenConfigId" value="#
{HeaderBean.records}" var="screenConfig" ><h:column>
<h:outputText value="#{screenConfig.displayTitle}"> </h:outputText>
</h:column>
</h:dataTable>
this {HeaderBean.records}
, will generate some 6 records.These records are displaying one by one , now its showing in 6 rows. I want all these in single row. I tried using facet but didn't work . Please suggest me on this.