// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`OuiInMemoryTable behavior pagination 1`] = `
Name description
Name
name3
Name
name4
: 2 } closePopover={[Function]} display="inlineBlock" hasArrow={true} isOpen={false} ownFocus={true} panelPaddingSize="none" >
`; exports[`OuiInMemoryTable empty array 1`] = ` `; exports[`OuiInMemoryTable with executeQueryOptions 1`] = ` `; exports[`OuiInMemoryTable with initial selection 1`] = `
Name description
Name
name1
Name
name2
Name
name3
`; exports[`OuiInMemoryTable with initial sorting 1`] = ` `; exports[`OuiInMemoryTable with items 1`] = ` `; exports[`OuiInMemoryTable with items and expanded item 1`] = ` expanded row content
, } } items={ Array [ Object { "id": "1", "name": "name1", }, Object { "id": "2", "name": "name2", }, Object { "id": "3", "name": "name3", }, ] } noItemsMessage="No items found" onChange={[Function]} responsive={true} tableLayout="fixed" /> `; exports[`OuiInMemoryTable with items and message - expecting to show the items 1`] = ` `; exports[`OuiInMemoryTable with message 1`] = ` `; exports[`OuiInMemoryTable with message and loading 1`] = ` `; exports[`OuiInMemoryTable with pagination 1`] = ` `; exports[`OuiInMemoryTable with pagination and default page size and index 1`] = ` `; exports[`OuiInMemoryTable with pagination and selection 1`] = ` `; exports[`OuiInMemoryTable with pagination, default page size and error 1`] = ` `; exports[`OuiInMemoryTable with pagination, hiding the per page options 1`] = ` `; exports[`OuiInMemoryTable with pagination, selection and sorting 1`] = ` `; exports[`OuiInMemoryTable with pagination, selection, sorting and simple search 1`] = `
`; exports[`OuiInMemoryTable with pagination, selection, sorting and a single record action 1`] = ` `; exports[`OuiInMemoryTable with pagination, selection, sorting and column renderer 1`] = ` `; exports[`OuiInMemoryTable with pagination, selection, sorting and configured search 1`] = `
`; exports[`OuiInMemoryTable with search and component between search and table 1`] = `
Children Between
`;