[Docs, EuiInMemoryTable] Recreating props tables#4179
Merged
elizabetdev merged 7 commits intoelastic:masterfrom Oct 27, 2020
Merged
[Docs, EuiInMemoryTable] Recreating props tables#4179elizabetdev merged 7 commits intoelastic:masterfrom
elizabetdev merged 7 commits intoelastic:masterfrom
Conversation
Contributor
Author
|
@thompsongl, when I comment on The props table notes column shows empty: |
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_4179/ |
thompsongl
reviewed
Oct 26, 2020
…replace-props-table
Contributor
Author
|
Thanks, @thompsongl. Deleting the cache worked. |
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_4179/ |
thompsongl
approved these changes
Oct 27, 2020
Contributor
thompsongl
left a comment
There was a problem hiding this comment.
Need to merge master and move the changelog entry, but otherwise LGTM
Noted the follow-up PRs mentioned in the summary
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_4179/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Closes #4149
The EuiInMemoryTable was using a
props_info.jsfile to generate the props table in our docs. With this PR I'm using the new!!prop-loader!to recreate the EuiInMemoryTable props tables.I'm also deleting the
props_info.jsfrom the EuiBasicTable that was also being used to generate the EuiInMemoryTable props tables.This PR also closes #3623. Now both EuiBasicTable and EuiInMemoryTable props tables are showing common props like
data-test-subjandclassName.We're still having some issues with
export type ...which shows empty. For this reason, #3381 will be addressed with #4129.Checklist
[ ] Checked in mobile[ ] Checked Code Sandbox works for the any docs examples[ ] Added or updated jest tests[ ] Checked for breaking changes and labeled appropriately[ ] Checked for accessibility including keyboard-only and screenreader modes