On Jan 4, 2008 11:20 PM, Bruce J Keeler <[EMAIL PROTECTED]> wrote: > Greetings, Catalystos! > > I'm looking to find or create a canned solution for rendering > DBIx::Class::ResultSets as paged, sortable HTML tables. All of the > examples I've seen do this manually, foreaching through the resultset, > spitting out <tr>s and <td>s and so on. Seems like the sort of wheel > that shouldn't need to be reinvented.
You might have a look at Catalyst::Example::InstantCRUD. It is a bit dated now - but I am working on a new versions of it (based on HTML::FormFu instead of HTML::Widget). Cheers, Zbigniew http://perlalchemy.blogspot.com _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
