// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders a basic table 1`] = `
|
|
|
1
|
Banana
|
2021-11-11
|
2
|
Chocolate
|
2020-11-11
|
3
|
Vanilla
|
2019-11-11
|
`;
exports[`renders a basic table with mobile navigation 1`] = `
|
|
|
1
|
Banana
|
2021-11-11
|
2
|
Chocolate
|
2020-11-11
|
3
|
Vanilla
|
2019-11-11
|
`;
exports[`renders a basic table without pagination 1`] = `
|
|
|
1
|
Banana
|
2021-11-11
|
2
|
Chocolate
|
2020-11-11
|
3
|
Vanilla
|
2019-11-11
|
`;
exports[`sorting buttons are clickable 1`] = `
`;
exports[`sorting buttons are clickable 2`] = `
`;