If i want to keep the link to sort the table by this column, can i just add
an anchor tag with some specific jwcid that would insert a default link for
sorting, or how should it be done?

for example like this (assuming sortColumnHeader is the jwcid of the
component taking care of the sorting):

<div jwcid="[EMAIL PROTECTED]">
 <!--custom stuff -->
 <a href="#" jwcid="sortColumnHeader"><span jwcid="columnName"/></a>
 <!--more custom stuff -->
</div>

if that would work, what would be the correct jwcid to use as
sortColumnHeader

On 8/16/06, Robert Zeigler <[EMAIL PROTECTED]> wrote:

Sure, just use a block named [id]ColumnHeader

<div jwcid="[EMAIL PROTECTED]">
  <!-- custom stuff here -->
</div>

Robert

Vinicius Carvalho wrote:
> Hello there! I know we can define that to render in our columns unsing
> a block component named [id]ColumnValue (thanks to the list). What I
> need now is to override the header for those columns. I have a column
> that has checkboxes, in its header I'd like to have (instead of a
> title) a checkbox, for a select-all action.
>
> Is this possible?
>
> Best regards
>
> ---------------------------------------------------------------------
> 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