Hi Michael, thank you for your suggestion.
what do you think about overriding the AbstractColumn#populateItem() to add
a Label to the cellItem and setting up a proper IConverter to that
component? 

bye

alf


Michael O'Cleirigh wrote:
> 
> 
> This question came up last week aswell, here is an example of how you to 
> subclass PropertyColumn to convert an integer into an arbitrary string:
> 
> 
> http://www.nabble.com/Re%3A-How-to-manipulate-values-in-a-data-table--p23413680.html
> 
> Essentially you wrap the PropertyModel with a custom IModel 
> implementation that does the conversion you want (on each cell).  Then 
> you build the DataTable using your custom column implementation.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Datatable-columns-converter-tp23502460p23519993.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