jquery tablesorter ajax sort and filters doesnt work
When attempting to sort or filter data received via AJAX nothing happens except of getting a new request to the server. Even if try to trigger events such as: .trigger("update", [resort])
or .trigger("sorton", ...)
. If I use it without ajax it works perfectly.