Hi,
I want to set the width of the column in the <h:datatable> tag using the
<f:attribute> tag, but it is not working. Could anyone help me in this ?
My code :
<h:datatable
......
>
<h:column>
<h:outputText ..../>
<f:attribute name = "width"
value="200"/>
</h:column>
.....
</h:datatable>
Normally <f:attribute> tag should change the with of the <td> element that
<h:column> creates but its not happening. If I use the sun's implementation
its working but because of some unmentionable reason I cannot use sun's
implementation.
Could anyone help me with this ?
Thanks in advance.