Sure you can, its just that most people use DataTable in some kind of search page, where you only show labels.
But all you have to do is implement IColumn (or extend AbstractColumn) then you use anything you want. In our project we have a column showing an image. Maurice On Tue, Jun 10, 2008 at 4:01 PM, Fabien D. <[EMAIL PROTECTED]> wrote: > > I have read documents found on wiki and javadoc, but I don't find the > solution to add other component than Label to DataTable. > > It means that we only can use DataTable with label? > > -- > View this message in context: > http://www.nabble.com/Help-to-choice-a-wicket-component-tp17751207p17756210.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
