[jQuery] Tablesorter plugin, sort cache problem
Hello, I've created dynamic table using tablesorter and the sort
function works fine at first. The problem occurs when I want to sort
new data.
To make it clearer here's the flow:
1. Generate data, display on table
2. Sort works fine
3. Remove all data row, generate new data, display on table
4. Sort problem, the previously removed data shows up again :(
Is there anyone know how to fix this issue ?
Thank's in advance.