Quoting Alex Povolotsky <[EMAIL PROTECTED]>: > How do I add server-side sorting for list operation? I want to select * > from table sort by field instead of default select * from table
I assume you're using DBIx::Class and I suggest you check out its introduction to learn about its basic operation: http://search.cpan.org/dist/DBIx-Class/lib/DBIx/Class/Manual/Intro.pod Hint: The answer to your question is in there! :) For further questions regarding DBIx::Class you should post to the DBIx::Class mailing list instead. --Tobias _______________________________________________ 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/
