Refreshsort after append rows (same as #1796 but in develop branch)
@@ -2192,6 +2192,7 @@
this.initData(data, 'append');
this.initSearch();
this.initPagination();
+ this.initSort();
this.initBody(true);
};
@@ -2199,6 +2200,7 @@
this.initData(data, 'prepend');
@@ -2227,6 +2229,7 @@