Skip to content
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

[Docs] Update in_memory table with friendly spellcheck #4332

Merged
merged 2 commits into from
Dec 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions src-docs/src/views/tables/in_memory/in_memory_section.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ export const section = {
<div>
<p>
The <strong>EuiInMemoryTable</strong> is a higher level component
wrapper around <strong>EuiBasicTable</strong> that aimed at displaying
tables data when all the data is in memory. It takes the full set of
data (all possible items) and based on its configuration, will display
it handling all configured functionality (pagination and sorting) for
you.
wrapper around <strong>EuiBasicTable</strong> aimed at displaying tables
data when all the data is in memory. It takes the full set of data (all
possible items) and based on its configuration, will display it handling
all configured functionality (pagination and sorting) for you.
</p>
<EuiCallOut
title="EuiMemoryTable relies on referential equality of a column's name"
Expand Down