Browse Source

update table

pull/76/head
afc163 9 years ago
parent
commit
0dc409241c
  1. 2
      components/table/index.md

2
components/table/index.md

@ -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} />
```

Loading…
Cancel
Save