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 makes sense to re-design DataTable markup a bit. igor.vaynberg wrote: > > both dataview and pageablelistview support paging. > > -igor > > On Mon, Aug 10, 2009 at 4:06 PM, Vladimir K<[email protected]> 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 >>> 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 >>> http://day-to-day-stuff.blogspot.com/ >>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/DataTable-with-more-than-one-%3Ctr%3E-per-item-tp24900846p24909100.html >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/DataTable-with-more-than-one-%3Ctr%3E-per-item-tp24900846p24909271.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
