I am using a RefreshingView class for this... All you have to do, is to
provide a model with it's object - a Collection of simple POJO objects...
implement populateItem(final Item item) and that's it...

Alex.

 

Michael Irani wrote:
> 
> I'm putting together a table with a dynamic number of columns.
> 
> Making use of DataTable for the table and a SortableDataProvider as the
> data
> provider. The problem I'm running into is that underneath I can't use a
> simple POJO to setup the data structure, since there is no predefined
> structure for the data. The specific place in my code that gets hit by
> this
> is when I'm building the IColumn array for the DataTable instance.
> 
> Any thoughts on how to modify the PropertyColumn to work with this?
> 
> 
> Thanks,
> Mike.
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Dynamic-sized%2C-sorted-table-tf3875545.html#a10983560
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to