提交 ef3a4d5d 编写于 作者: C Catouse

* fix issue #156.

上级 0f181a42
......@@ -414,11 +414,11 @@
};
DataGrid.prototype.goToPage = function(page) {
return this.setPager(page).render();
return this.goToPage(page);
};
DataGrid.prototype.gotoPage = function(page) {
return this.page(page);
return this.setPager(page).render();
};
DataGrid.prototype.setSearch = function(searchStr) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册