I am trying to finish up my table sorting/paging/filtering plugin
here:
http://www.JavascriptToolbox.com/lib/table/
(been trying to finish it up for a while... sick kids don't mix well
with javascript development free time...)

It works fine with sorting, filtering, and paging all on the same
table. It is not in the form of a jQuery plugin yet, but that is my
next step so that it can be used in a typical jQuery-ish way rather
than only using the class name approach.

Let me know what you think.

Matt

On Apr 6, 12:53 pm, "Paul" <[EMAIL PROTECTED]> wrote:
> I'm using this table sorter 
> plugin:http://motherrussia.polyester.se/docs/tablesorter/.
>
> I'm curious how you all handle paged tabular data that also needs to be
> sortable.  I would typically rely on ajax to retrieve next 25 / previous 25
> rows, but if the user can sort any column they want they effectively change
> what "next 25" means every time they click a column header.  Do I need to
> abandon the tablesorter plugin and simply use ajax to rebuild the table or
> is there a better way?
>
> Thanks for your input.
>
> Paul

Reply via email to