mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
typo fix
This commit is contained in:
parent
a6d12c39d0
commit
0c40b6af68
@ -48,7 +48,7 @@ var dataSource = new Table.DataSource({
|
||||
resolve: function(result) {
|
||||
return result.data;
|
||||
},
|
||||
getPagination: function(result) {}
|
||||
getPagination: function(result) {},
|
||||
getParams: function(pagination, filters, sorter) {}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user