-
Notifications
You must be signed in to change notification settings - Fork 4k
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(module:table): radio selection type #8823
base: master
Are you sure you want to change the base?
feat(module:table): radio selection type #8823
Conversation
# Conflicts: # components/table/doc/index.en-US.md # components/table/doc/index.zh-CN.md
--- | ||
order: 2 | ||
title: | ||
en-US: Selection | ||
zh-CN: 可选择 | ||
--- | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the order number 2 was unused.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8823 +/- ##
==========================================
- Coverage 91.89% 91.87% -0.03%
==========================================
Files 546 546
Lines 19291 19297 +6
Branches 2850 2851 +1
==========================================
+ Hits 17728 17729 +1
- Misses 1251 1255 +4
- Partials 312 313 +1 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
# Conflicts: # components/table/doc/index.en-US.md # components/table/doc/index.zh-CN.md # components/table/src/testing/td.spec.ts
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
In Ant design it is possible to have both
checkbox
andradio
as selection type for columns; meanwhile we only supportcheckbox
selection type.Issue Number: #8029
What is the new behavior?
Now supports radio selection type.
Does this PR introduce a breaking change?
Other information