in datatable you cannot insert rows in arbitrary format - it really is a
datagrid. what you want is to go higher in the hierarchy and use a dataview,
that way you are in total control of rows and columns.

-igor


On 3/1/07, Anupama pullela <[EMAIL PROTECTED]> wrote:

Hi,
Is there a way to insert an arbitrary table(with different columns from
main table , for example something like I have a product table and if I
click on a particular row its inventories list to be displayed in the next
row)  as a row of a Data Table.
 I thought of overriding newRowItem and newCellItem methods but I am not
very sure about how to do it.
Can you help me out in this regard.
Thanks & Regards
Anupama

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to