If you want to customize how a cell is rendered. You can use a block component with the magic id of "column id"+ ColumnValue. So if your column definition is something like "myColumn:My Column" then having something like
<td jwcid="[EMAIL PROTECTED]"></td> will cause it to be used to render the column.This is described here: http://tapestry.apache.org/tapestry4.1/tapestry-contrib/componentreference/tableview.html under "defining columns" On 2/9/07, Daniel Jue <[EMAIL PROTECTED]> wrote:
Hi, Unlike a previous thread, I am only trying to tap into the TablePages subcomponent to add some css tags to the numbers and links. I looked at the source for TablePages, but there doesn't seem to be anything there related to the way it's rendered in html. Is this possible do to without rewriting/extending the TablePages component? Dan --------------------------------------------------------------------- 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]