// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Table renders empty table 1`] = `
Column 1
Column 2
Column 3
Column 4
Column 5
Column 6
Column 7
Column 8
No data
`; exports[`Table renders empty table with custom emptyText 1`] = `
Column 1
Column 2
Column 3
Column 4
Column 5
Column 6
Column 7
Column 8
custom empty text
`; exports[`Table renders empty table with fixed columns 1`] = `
Full Name
Age
Column 1
Column 2
Column 3
Column 4
Column 5
Column 6
Column 7
Column 8
Action
No data
Full Name
Age
Action
`; exports[`Table renders empty table without emptyText when loading 1`] = `
Column 1
Column 2
Column 3
Column 4
Column 5
Column 6
Column 7
Column 8
`;