tablesorter
tablesorter copied to clipboard
Dynamically added table rows won't sort
Added a table to my page
Used the plugin to sort on every column: Name, Rent, Sq. Ft.
However, if I use ajax to add more rows to the table, then the tablesorter does not work.
If you need more info or a site link, please PM me.
you've to trigger the update-function like explained here: http://tablesorter.com/docs/example-ajax.html
it seems that the sorton trigger is sorting the previously cached data.