diff --git a/src-docs/src/views/tables/in_memory/in_memory_search_section.js b/src-docs/src/views/tables/in_memory/in_memory_search_section.js index 9004c06d8c2..76bafbc1134 100644 --- a/src-docs/src/views/tables/in_memory/in_memory_search_section.js +++ b/src-docs/src/views/tables/in_memory/in_memory_search_section.js @@ -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); @@ -23,8 +24,13 @@ export const searchSection = { text: (
- The example shows how to configure EuiInMemoryTable to - display a search bar. + The example shows how to configure EuiInMemoryTable + to display a search bar by passing the search prop. You can read more + about the search bar's properties and its syntax{' '} + + here + {' '} + .