Add minSizeForControls to euiDataGrid#3527
Add minSizeForControls to euiDataGrid#3527chandlerprall merged 7 commits intoelastic:masterfrom md-mq:master
Conversation
|
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
|
💚 CLA has been signed |
chandlerprall
left a comment
There was a problem hiding this comment.
Thank you very much for the contribution! ❤️
Couple of changes requested, let me know if anything doesn't make sense / look right.
Co-authored-by: Chandler Prall <chandler.prall@gmail.com>
Co-authored-by: Chandler Prall <chandler.prall@gmail.com>
chandlerprall
left a comment
There was a problem hiding this comment.
Two more quick clean ups and this should ready
|
jenkins test this |
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_3527/ |
|
Couple of lint errors ( |
|
Fixed. |
|
jenkins test this |
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_3527/ |
chandlerprall
left a comment
There was a problem hiding this comment.
Changes LGTM, tested in the PR's deployed docs + React devtools for manipulating the new minSizeForControls prop
* Add minSizeForControls to euiDataGrid * Update changelog * Update CHANGELOG.md Co-authored-by: Chandler Prall <chandler.prall@gmail.com> * Update src-docs/src/views/datagrid/datagrid_styling_example.js Co-authored-by: Chandler Prall <chandler.prall@gmail.com> * Review comment: move minSizeForControls to props destructuring * Review comments * Fix lint issues Co-authored-by: Chandler Prall <chandler.prall@gmail.com>
Summary
Fixes #3505
Added
minSizeForControlstoeuiDataGridas prop to control the min size for grid controls.Checklist
[ ] Checked in IE11 and Firefox[ ] Added or updated jest tests[ ] Checked for accessibility including keyboard-only and screenreader modes