From 869512fd7e5d9cd89524999ad27882e3f8d61329 Mon Sep 17 00:00:00 2001 From: Kshitij Kotasthane Date: Thu, 1 Oct 2020 03:03:41 +0530 Subject: [PATCH] In-memory table docs linked to search bar (#4061) (#4070) --- .../views/tables/in_memory/in_memory_search_section.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 + {' '} + .

),