If you are looking to do the sorting on the server-side, then where/ how do you think jQuery comes into the equation?
On Mar 17, 1:20 pm, Tony K <tony.kowal...@gmail.com> wrote: > I am looking to display a table of data and have my table headers we > links to sort. > > I CANNOT use client side sorting, the table is up to 10,000 rows. > > I have the table built and headers are links to pass a query param. > > My question is what is the best method to pass the params and load the > page w/o a refresh. > > I'd really like the header to know its a toggle, so that ordering > toggles between asc/desc. > > My example is passing something like this list.cfm? > show=All&column=name&sort=asc > > This is my first time using jQuery, so any help is appreciated. > > Thanks, > Tony K