instead of datatable you can use a dataview to do this since you have full
control of the markup. the sorting/paging components are available outside
of the datatable, and take a little bit of wiring to do.

-igor


On 1/15/07, Dmitry Kandalov <[EMAIL PROTECTED]> wrote:


We need to make a table in which rows are grouped by one of parameters and
each group have a header (like cell spanned to the table width). We also
need sortable header, paginator and ability to take data like
IDataProvider
does. What would be better way to do it?

ps I like functionality DataTable/DataGridView have, but I can't think of
any decent way how to extend it.
--
View this message in context:
http://www.nabble.com/table-with-grouping-tf3019235.html#a8385156
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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