Ron Piterman wrote:

You can use the "!" prefix for columns which render by block components,

The "!" prefix is for disabling sorting. You can always include blocks to customize how each
column is rendered

and then add a block in the body of the table:


<table jwcid="[EMAIL PROTECTED]:Table"
  source="ognl:dataItems"
  columns="update_img,  delete_img, UserId, UserName, !image">
    <span jwcid="[EMAIL PROTECTED]">
        here comes the image... (<img jwcid="@Image" ... >)
    </span>
</table>

Cheers,
Ron


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

Reply via email to