Authored by xuhongyun

Build project

This diff could not be displayed because it is too large.
... ... @@ -9688,6 +9688,12 @@
var g = this,
p = this.options;
g.tbody.html("");
// add by xuhongyun: 滚动到页面上方
$("body,html").animate({
scrollTop: 0
},0)
if (!rows) {
return "";
};
... ...