提交 7a3f8c2b 编写于 作者: C Catouse

* fix issue #149, fix datagrid.gotoPage not defined error.

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