Update search and pagination state to rebuild the body properly
@@ -1699,6 +1699,8 @@
return;
}
this.data.splice(params.index, 0, params.row);
+ this.initSearch();
+ this.initPagination();
this.initBody(true);
};