I am moving rows from one table to another by ajax. I grab the row
html, then remove() the row, then
add the row to the other table.
This works correctly until I try to get tablesorter to re-sort the
tables. I tried trigger("update") and it does nothing
so I used trigger("sorton", [sorting]) which works, but it adds back
the row that I removed! Can someone explain what could be going on
and any possible solutions? My biggest question is, how can a row I
removed still be around?
Thanks
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en.