[tablesorter (zebra) + tablesorterPager] Can't manage to have them work in a dynamic context

[tablesorter (zebra) + tablesorterPager] Can't manage to have them work in a dynamic context

Hi,

While in a dynamic context, appending or removing a table row on the fly breaks the tablesorterPager rendering. It results in a single page, the others being lost. However, the implementation done on the tablesorter side is, I assume, well handled since it is managed with :

  1. // Post-process when appending/removing a table row
  2. $(table).trigger("update");
  3. $(table).trigger("appendCache");

Have you any idea on how to fix this?
Thanks in advance!