// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Table.pagination Accepts pagination as true 1`] = `
Name
Jack
Lucy
Tom
Jerry
`; exports[`Table.pagination renders pagination correctly 1`] = `
Name
Jack
Lucy
`; exports[`Table.pagination renders pagination topLeft and bottomRight 1`] = `
Name
Jack
Lucy
Tom
Jerry
`; exports[`Table.pagination should not crash when trigger onChange in render 1`] = `
No Data
`;