[ http://issues.apache.org/jira/browse/TAPESTRY-845?page=all ]
     
Brian K. Wallace resolved TAPESTRY-845:
---------------------------------------

    Fix Version: 4.0.1
     Resolution: Fixed

This was fixed for 4.0.1

> contrib:TableColumns can only have center aligned column headers
> ----------------------------------------------------------------
>
>          Key: TAPESTRY-845
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-845
>      Project: Tapestry
>         Type: Bug

>   Components: Contrib
>     Versions: 4.1, 4.0.1, 4.0
>     Reporter: Drew McAuliffe
>      Fix For: 4.0.1

>
> Table columns cannot in any way be altered to change alignment. The default 
> alignment is centered, due to this code in the render component 
> ("SimpleTableColumnComponent"):
> <table border=0 cellspacing=0 cellpadding=0 align="center">
> Because of this, you can't use CSS to modify the alignment. I have to 
> manually change the code in the Tapestry source and rebuild to allow anything 
> other than center-aligned columns.
> Some (on the mailing lists) have suggested using a different renderer, but 
> that doesn't appear possible without writing a lot of custom renderer code 
> (basically, replace the entire SimpleTableXX component family just to replace 
> one part of it). All to replace something that should be CSS-controllable 
> anyway. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to