Hi, Wicket community
While working with AbstractColumn I found that overriding
getSortProperty() does not make column sortable until isSortable() is
not overrided also.
AbstractColumn::isSortable() is looking like now:
public boolean isSortable()
{
return sortProperty != null;
}
May be changing it to "return getSortProperty() != null;" will solve
this problem?
-- Tony
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]