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??
--
View this message in context:
http://www.nabble.com/Sorting-a-column-populated-through-pupulateItem-method...-tp21337870p21337870.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]