Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ features: support umi@3 #204

Merged
merged 12 commits into from
Apr 3, 2020
Merged
Prev Previous commit
Next Next commit
use new verison protable
  • Loading branch information
chenshuai2144 committed Apr 3, 2020
commit 6ecd0d287d95fef5bf0496d85200747fd79cb90d
2 changes: 1 addition & 1 deletion ListTableList/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@ant-design/pro-table": "^2.0.1",
"@ant-design/pro-table": "^2.2.0",
"@ant-design/pro-layout": "^5.0.0",
"moment": "^2.22.2",
"umi-request": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion ListTableList/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const TableList: React.FC<{}> = () => {
</Dropdown>
),
]}
tableAlertRender={(selectedRowKeys, selectedRows) => (
tableAlertRender={({ selectedRowKeys, selectedRows }) => (
<div>
已选择 <a style={{ fontWeight: 600 }}>{selectedRowKeys.length}</a> 项&nbsp;&nbsp;
<span>
Expand Down