-
Notifications
You must be signed in to change notification settings - Fork 841
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
[EuiInMemoryTable] Added ability to insert component between the searchbar and the table #4103
[EuiInMemoryTable] Added ability to insert component between the searchbar and the table #4103
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? |
jenkins test this |
@ashikmeerankutty thanks for taking this one on Ashik. How about updating the docs to show a use case for this new prop? Could maybe be an extra switch here, something like "Content between" |
Preview documentation changes for this PR: https://eui.elastic.co/pr_4103/ |
@andreadelrio Thank you for your suggestion. Added an example usage for the new prop. Can you please verify ?. |
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.
@ashikmeerankutty thanks for adding the example. Sending one suggestion to improve it.
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.
LGTM
jenkins test this |
Preview documentation changes for this PR: https://eui.elastic.co/pr_4103/ |
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.
One small request, otherwise this looks great!
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.
LGTM! Pulled & tested locally. Thanks again @ashikmeerankutty !
…chbar and the table (elastic#4103) * Added childrenBetween prop * Add test for children between search and table * Updated snapshots * Updated comment for prop * Added cl * Add docs example for children between * Fixed a typo * Fixed text * Fixed issue when value is 0
Summary
Fixes #4095
childrenBetween
to add components between search bar and tableChecklist
- [ ] Added documentation- [ ] Checked Code Sandbox works for the any docs examples