// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`OuiBasicTable cellProps renders cells with custom props from a callback 1`] = `
`;
exports[`OuiBasicTable cellProps renders rows with custom props from an object 1`] = `
`;
exports[`OuiBasicTable empty is rendered 1`] = `
`;
exports[`OuiBasicTable empty renders a node as a custom message 1`] = `
Name
no items, click
here
to make some
`;
exports[`OuiBasicTable empty renders a string as a custom message 1`] = `
`;
exports[`OuiBasicTable footers do not render without a column footer definition 1`] = `
Name
ID
Age
name1
1
20
name2
2
21
name3
3
22
`;
exports[`OuiBasicTable footers render with pagination, selection, sorting, and footer 1`] = `
Name
ID
Age
name1
1
20
name2
2
21
name3
3
22
Name
ID
sum:
63
total items:
5
`;
exports[`OuiBasicTable itemIdToExpandedRowMap renders an expanded row 1`] = `
Name
name1
Expanded row
name2
name3
`;
exports[`OuiBasicTable rowProps renders rows with custom props from a callback 1`] = `
`;
exports[`OuiBasicTable rowProps renders rows with custom props from an object 1`] = `
`;
exports[`OuiBasicTable with initial selection 1`] = `
|
Name
description
|
|
Name
name1
|
|
Name
name2
|
|
Name
name3
|
`;
exports[`OuiBasicTable with multiple record actions with custom availability 1`] = `
Name
Actions
name1
name2
name3
name3
`;
exports[`OuiBasicTable with pagination - 2nd page 1`] = `
`;
exports[`OuiBasicTable with pagination 1`] = `
`;
exports[`OuiBasicTable with pagination and error 1`] = `
`;
exports[`OuiBasicTable with pagination and selection 1`] = `
`;
exports[`OuiBasicTable with pagination, hiding the per page options 1`] = `
`;
exports[`OuiBasicTable with pagination, selection and sorting 1`] = `
`;
exports[`OuiBasicTable with pagination, selection, sorting and a single record action 1`] = `
Name
Actions
name1
name2
name3
`;
exports[`OuiBasicTable with pagination, selection, sorting and column dataType 1`] = `
`;
exports[`OuiBasicTable with pagination, selection, sorting and column renderer 1`] = `
`;
exports[`OuiBasicTable with pagination, selection, sorting and multiple record actions 1`] = `
Name
Actions
name1
name2
name3
`;
exports[`OuiBasicTable with pagination, selection, sorting, column renderer and column dataType 1`] = `
`;
exports[`OuiBasicTable with sortable columns and sorting disabled 1`] = `
`;
exports[`OuiBasicTable with sorting 1`] = `
`;
exports[`OuiBasicTable with sorting enabled and enable all columns for sorting 1`] = `
`;