Something like this might help you out. a nice opensource tag library for displaying collections in tables. definitely can give you paging and sorting:
http://displaytag.sourceforge.net/ --- Scott Eade <[EMAIL PROTECTED]> wrote: > If you are using Torque you can use LargeSelect to > achieve the record > paging. The sorting and filtering needs to be coded > manually. > > Scott > > > Rudi Vaum wrote: > > >Hi everyone, > > > >what is the best way to implement this with > Turbine/Velocity? > >Is there anything already there I could use? > >Where could I find examples etc.? > > > >Thanks > >Rudi > > > > > >Example table: > >____________________________________________________________________________ > >Table Title [Add new] [Delete selected] > [Filter] [Select all] > >____________________________________________________________________________ > >Column 1 [sort] Column 2 [sort] Column 3 > [sort] Actions > >============================================================================ > >James Brown singer > [view] [x] > >Jim Morrison rocker > [view] [ ] > >Murphy - > law-writer [view] [x] > >============================================================================ > > View > page: [<] [1] [2] [3] [>] > >____________________________________________________________________________ > > > > > > > > > --------------------------------------------------------------------- > 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]
