Added selectionColumnWidth to TableRowSelection #9474
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## feature-3.3.0 #9474 +/- ##
=================================================
+ Coverage 85.91% 85.92% +<.01%
=================================================
Files 195 195
Lines 4630 4631 +1
Branches 1287 1289 +2
=================================================
+ Hits 3978 3979 +1
Misses 648 648
Partials 4 4
Continue to review full report at Codecov.
|
components/table/index.en-US.md
Outdated
@@ -145,6 +145,7 @@ Properties for row selection. | |||
| getCheckboxProps | Get Checkbox or Radio props | Function(record) | - | | |||
| hideDefaultSelections | Remove the default `Select All` and `Select Invert` selections | boolean | `false` | | |||
| selectedRowKeys | Controlled selected row keys | string\[] | \[] | | |||
| selectionColumnWidth | Set the width of the selection column | string\|number | - | |
afc163
Mar 2, 2018
Member
Just columnWidth
is ok.
Just columnWidth
is ok.
iannbing
Mar 2, 2018
Author
Contributor
Updated
Updated
This was referenced Mar 20, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Fixes #8247
You can pass selectionColumnWidth in rowSelection to specify the width of the selection column.