[Wicket-user] Query Regarding Data Table

2007-03-01 Thread Anupama pullela

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.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Query Regarding Data Table

2007-03-01 Thread Igor Vaynberg

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.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
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.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user