As I had mentioned, the column values are not representative of the values of
any property so that would not work....


asfernandes wrote:
> 
> nitinkc wrote:
>> I have a requirement to sort a column of a Datatable which does not have
>> any
>> property values. Sorting property columns is easy using the
>> getSortProperty() method. However in this case, I am populating the
>> values
>> in the column using the 
>>
>> populateItem(org.apache.wicket.markup.repeater.Item cellItem,
>>                     java.lang.String componentId,
>>                     org.apache.wicket.model.IModel rowModel)
>>
>> method. The column values are generated using additional logic in this
>> method and are not representative of any property value. Any ideas??
>>   
> The second parameter of PropertyColumn constructor is the property used 
> for sorting.
> 
> 
> Adriano
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Sorting-a-column-populated-through-pupulateItem-method...-tp21337870p21361414.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to