[jQuery] Re: Best way to Table Sort using server side calls

2009-03-17 Thread Tony K
vent would be best for you > > make the call to "list.cfm?show=All&column=name&sort=asc", create the > HTML table in your server side code, then put that HTML into a > or the like > > On Mar 17, 2:31 pm, Tony K wrote: > > > I'd like to not have page

[jQuery] Re: Best way to Table Sort using server side calls

2009-03-17 Thread Tony K
he equation? > > On Mar 17, 1:20 pm, Tony K 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 link

[jQuery] Best way to Table Sort using server side calls

2009-03-17 Thread Tony K
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