| Author |
Column Width in ICEFACES
|
Mani Natrajan
Greenhorn
Joined: Oct 12, 2009
Posts: 12
|
|
Hi,
I am new to ICEFaces and i am creating a page which has a table.
In the table one of the column widths is too long, that I want to reduce. I tried various ways but couldnot succeed.
This is my snippet from my code
<ice:dataTable columnClasses="tablecol" border="1"
value="#{showConnectionsInfo.connectionInfo}" var="connection">
<ice:column style ="clientIdCol">
<f:facet name="header">
<ice utputText value="Client Id" />
</f:facet>
<ice utputText value="#{connectionInfo.clientID}"/>
</ice:column>
<ice:column>
<f:facet name="header">
<ice utputText value="Host Name" />
</f:facet>
<ice utputText value="#{connectionInfo.host}" />
</ice:column>
.....
</ice:dataTable>
i need to fix the width of the first column(prob it should warp when the colum reaches the said width) since it is too long and table is not readable.
Please let me know if anyone has come across such a situation and fixed the same.
Thanks in advance.
Mani
|
SCJP
|
 |
 |
|
|
subject: Column Width in ICEFACES
|
|
|