columns.add(new AbstractColumn<Test>(new Model())
{
  @Override
  public void populateItem(Item<ICellPopulator<Test>> cellItem, String
componentId, IModel<Test> rowModel)
  {
    cellItem.add(new TestPanel(componentId));
  }
});
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-panel-to-datatable-tp2272180p2272241.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