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

Reply via email to