It should be:
<t:columns style="width: #{column.width}px;" />But odd that it was empty On 7/10/07, Tathagat <[EMAIL PROTECTED]> wrote:
Hi. I am trying to set width of my columns in t:datatable where I use
t:columns.
<t:columns width="#{column.width}px">
But it doesn't work (I see no width attribute in corrseponding <TD>). I also
tried the following
<t:columns style="pixelWidth:#{column.width}">
This renders
<TD style=""> (emtpy!!!).
Help please.
Thanks in advance
Tathagat

