Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsongl committed Sep 30, 2020
2 parents 79f362d + e7841c7 commit 96880f7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src-docs/src/views/tables/in_memory/in_memory_search_section.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { renderToHtml } from '../../../services';

import { Table } from './in_memory_search';
import { propsInfo } from './props_info';
import { Link } from 'react-router-dom';

const source = require('!!raw-loader!./in_memory_search');
const html = renderToHtml(Table);
Expand All @@ -23,8 +24,13 @@ export const searchSection = {
text: (
<div>
<p>
The example shows how to configure <strong>EuiInMemoryTable</strong> to
display a search bar.
The example shows how to configure <strong>EuiInMemoryTable </strong>
to display a search bar by passing the search prop. You can read more
about the search bar&apos;s properties and its syntax{' '}
<Link to="/forms/search-bar">
<strong>here</strong>
</Link>{' '}
.
</p>
</div>
),
Expand Down

0 comments on commit 96880f7

Please sign in to comment.