>Do all column sorts require a trip back to the server? Is client-side >an option?
If you need client-side becouse the rest of your page has state, f. ex. DHTML, I suggest Ajax. I have succesfully used the AjaxAnywhere library to do Ajax sorting, paging + custom tabbing. It required editing the source distribution of DISPL to change all links to use a custom JavaScript function (export uses a different function). Not too pretty, but it works. Another, better way of using JS functions can be explored in <http://jira.codehaus.org/browse/DISPL-267> (for v. 1.0). Hopefully the option to use JS instead of http links will be added to DisplayTag itself ASAP. I'm sorry I cannot give you a more detailed explanation at this time. -Kurt ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

