Can you use css?  Look at the html for the table, it provides classes
to all the TDs in the rows.  If your column id is name, the class for
TDs in that row will be nameColumnValue.  You can just use a css class
with that name.

Alternatively, you could override the rendering using a Block
component with the same id (nameColumnValue) and do whatever rendering
you want.

-Mike

On 3/31/06, Nima Boustanian <[EMAIL PROTECTED]> wrote:
> Hey all
>
> Can I somehow make the contrib:Table columns static so that they don't
> adjust to the row width of each column?
> My column widths tend to move around and it breaks the look of the table.
>
> Thanks!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to