[jQuery] Reordering rows using JQuery

2009-03-03 Thread spdude
I have an aspx page that looks something like this: Some label Some complex control Some label Some complex control Some label Some complex control As soon as the page is loaded, I would want to reorder these rows based on the user's previously selected order (stored in a datab

[jQuery] Re: Reordering rows using JQuery

2009-03-03 Thread spdude
using > Ajax etc. > Tablesorter doesn't sort as you want, it sorts like "ORDER BY" query in SQL. > > I recommend using Jquery Sortable (in JQuery-UI). > > Rasit > > 2009/3/3 spdude > > > > > > > I have an aspx page that looks something like thi

[jQuery] Re: Reordering rows using JQuery

2009-03-03 Thread spdude
anyone? On Mar 3, 8:51 am, spdude wrote: > I dont want to sort the table. Rather, I want to reorder the > based on a csv of the tr ids. This csv can be from the db, viewstate > or session. > > I would rather not add the controls dynamically to the table as the > rows have a

[jQuery] Re: Reordering rows using JQuery

2009-03-03 Thread spdude
anyone? On Mar 3, 8:51 am, spdude wrote: > I dont want to sort the table. Rather, I want to reorder the > based on a csv of the tr ids. This csv can be from the db, viewstate > or session. > > I would rather not add the controls dynamically to the table as the > rows have a