Re: DataTable with more than one tr per item

2010-06-14 Thread Igor Vaynberg
forward for the new URL handling mechanism. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DataTable-with-more-than-one-tr-per-item-tp1887973p2250219.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: DataTable with more than one tr per item

2010-06-14 Thread Martin Grigorov
-one-tr-per-item-tp1887973p2250219.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: DataTable with more than one tr per item

2010-06-14 Thread Igor Vaynberg
is going? Looking forward for the new URL handling mechanism. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DataTable-with-more-than-one-tr-per-item-tp1887973p2250219.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: DataTable with more than one tr per item

2010-06-10 Thread vladimir.kovalyuk
1.5M1 milestone because the relationships with DataTable are affected. BTW, how 1.5 is going? Looking forward for the new URL handling mechanism. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DataTable-with-more-than-one-tr-per-item-tp1887973p2250219.html Sent from

Re: DataTable with more than one tr per item

2009-08-10 Thread Igor Vaynberg
no, a datatable doesnt support that. but it is easy enough with your own repeater. -igor On Mon, Aug 10, 2009 at 7:25 AM, Kariem Husseinkar...@users.sf.net wrote: Hello, I wanted to ask, whether there is a way to have more than one row per item rendered from a DataTable [1]. As a result in

Re: DataTable with more than one tr per item

2009-08-10 Thread Erik van Oosten
Kariem, There is a hint at http://cwiki.apache.org/WICKET/wickets-xhtml-tags.html#Wicket%27sXHTMLtags-Elementwicket:container Regards, Erik. Igor Vaynberg wrote: no, a datatable doesnt support that. but it is easy enough with your own repeater. -igor -- Erik van Oosten

Re: DataTable with more than one tr per item

2009-08-10 Thread Vladimir K
The regular repeater does not support pagination, sorting and filtering out of the box. Erik van Oosten wrote: Kariem, There is a hint at http://cwiki.apache.org/WICKET/wickets-xhtml-tags.html#Wicket%27sXHTMLtags-Elementwicket:container Regards, Erik. Igor Vaynberg wrote:

Re: DataTable with more than one tr per item

2009-08-10 Thread Igor Vaynberg
both dataview and pageablelistview support paging. -igor On Mon, Aug 10, 2009 at 4:06 PM, Vladimir Kkoval...@gmail.com wrote: The regular repeater does not support pagination, sorting and filtering out of the box. Erik van Oosten wrote: Kariem, There is a hint at

Re: DataTable with more than one tr per item

2009-08-10 Thread Vladimir K
I mean they does not have toolbars that provides user with pagination, sorting and filtering. One should author her own DataTable class in order to get extra tr in the item's markup. If Item class was derived from Panel class it would be possible to override newRowItem() method. I believe it

Re: DataTable with more than one tr per item

2009-08-10 Thread Igor Vaynberg
patches are welcome. -igor On Mon, Aug 10, 2009 at 4:24 PM, Vladimir Kkoval...@gmail.com wrote: I mean they does not have toolbars that provides user with pagination, sorting and filtering. One should author her own DataTable class in order to get extra tr in the item's markup. If Item