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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to