mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-24 12:16:21 +10:00
update table
This commit is contained in:
@@ -45,8 +45,8 @@ var dataSource = {
|
||||
resolve: function(result) {
|
||||
return result.data;
|
||||
},
|
||||
getParams: function(column) {},
|
||||
getPagination: function(result) {}
|
||||
getParams: function(pagination, filters, sorter) {}
|
||||
};
|
||||
<Table dataSource={dataSource} />
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user