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

💥 feat: add pro-descriptions demos #7200

Merged
merged 3 commits into from
Aug 14, 2020
Merged

💥 feat: add pro-descriptions demos #7200

merged 3 commits into from
Aug 14, 2020

Conversation

chenshuai2144
Copy link
Collaborator

@chenshuai2144 chenshuai2144 commented Aug 14, 2020

可以与 table 公用配置

<ProDescriptions<TableListItem>
  column={2}
  title={row?.name}
  request={async () => ({
    data: row || {},
  })}
  params={{
    id: row?.name,
  }}
  columns={columns}
/>;

image

@chenshuai2144 chenshuai2144 merged commit deb118a into master Aug 14, 2020
@chenshuai2144 chenshuai2144 deleted the ProDescriptions branch September 12, 2020 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant