Hi All,

            I have a Trinidad JSF table which will be displayed with some
rows.I have the following requirement.


First time when the jsf page is displayed, all rows should be displayed in
expanded manner.I have written the following code.

<tr:table allDetailsEnabled="true" width="960px" id="memberSearchResults"
binding="#{MemberSearchResults.memberSearchResultsTable}" 

inlineStyle="background-color:white;" var="results"
verticalGridVisible="false"

value="#{MemberSearchResults.memberSearchResults}" rows="25"
horizontalGridVisible="false"

rowBandingInterval="1">
 
<f:facet name="detailStamp">

something here

</f:facet>


<tr:column>

something here

</tr:colomn>



<tr:column>

something here

</tr:colomn>


</tr:table>


Can you please suggest something here?

-- 
View this message in context: 
http://old.nabble.com/Trinidad-table-rows-need-be-displayed-in-expanded-mode-by-default--tp28755844p28755844.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to