Nevermind, I figured it out.All you need is to give an ognl expression to the overriden column block.

So if your override is:
<tr jwcid="[EMAIL PROTECTED]"> <span jwcid="@Insert" value="ognl:getSubjectColumn"/> </tr> Your column still needs an ognl expression to make the sorting work (:title in this case)
columns="Subject:title"




Nima Boustanian wrote:

Hey all

When you do a column override, is there an easy way to make the overriden columns sortable? (in the page template referably)

The HTML so far on my overriden block is:
<tr jwcid="[EMAIL PROTECTED]"> <span jwcid="@Insert" value="ognl:getPostedColumn(components.table.tableRow.createdDate)"/> </tr> I'm not using an ITableColumn, only a simple @Insert component in my block. Is the implementation of a ITableColumn in the java class the only way to make overriden columns sortable?

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