ant-design/components/table/__tests__/__snapshots__/empty.test.js.snap

578 lines
14 KiB
Plaintext
Raw Normal View History

2017-08-27 17:29:51 +08:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Table renders empty table 1`] = `
<div
class="ant-table-wrapper"
>
<div
class="ant-spin-nested-loading"
>
<div
class="ant-spin-container"
>
<div
2018-06-27 18:57:04 +08:00
class="ant-table ant-table-default ant-table-empty ant-table-scroll-position-left"
2017-08-27 17:29:51 +08:00
>
<div
class="ant-table-content"
>
<div
class="ant-table-body"
>
<table
class=""
>
<colgroup>
<col />
<col />
<col />
<col />
<col />
<col />
<col />
<col />
</colgroup>
<thead
class="ant-table-thead"
>
<tr>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 1
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 2
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 3
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 4
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 5
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 6
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 7
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 8
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
</tr>
</thead>
<tbody
class="ant-table-tbody"
/>
</table>
</div>
<div
class="ant-table-placeholder"
>
No data
2017-08-27 17:29:51 +08:00
</div>
</div>
</div>
</div>
</div>
</div>
`;
exports[`Table renders empty table with custom emptyText 1`] = `
<div
class="ant-table-wrapper"
>
<div
class="ant-spin-nested-loading"
>
<div
class="ant-spin-container"
>
<div
2018-06-27 18:57:04 +08:00
class="ant-table ant-table-default ant-table-empty ant-table-scroll-position-left"
2017-08-27 17:29:51 +08:00
>
<div
class="ant-table-content"
>
<div
class="ant-table-body"
>
<table
class=""
>
<colgroup>
<col />
<col />
<col />
<col />
<col />
<col />
<col />
<col />
</colgroup>
<thead
class="ant-table-thead"
>
<tr>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 1
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 2
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 3
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 4
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 5
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 6
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 7
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 8
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
</tr>
</thead>
<tbody
class="ant-table-tbody"
/>
</table>
</div>
<div
class="ant-table-placeholder"
>
custom empty text
</div>
</div>
</div>
</div>
</div>
</div>
`;
exports[`Table renders empty table with fixed columns 1`] = `
<div
class="ant-table-wrapper"
>
<div
class="ant-spin-nested-loading"
>
<div
class="ant-spin-container"
>
<div
2018-06-27 18:57:04 +08:00
class="ant-table ant-table-default ant-table-empty ant-table-scroll-position-left"
2017-08-27 17:29:51 +08:00
>
<div
class="ant-table-content"
>
<div
class="ant-table-scroll"
>
<div
class="ant-table-body"
>
<table
class=""
>
<colgroup>
<col
2017-09-20 16:26:18 +08:00
style="width:100px;min-width:100px"
2017-08-27 17:29:51 +08:00
/>
<col
2017-09-20 16:26:18 +08:00
style="width:100px;min-width:100px"
2017-08-27 17:29:51 +08:00
/>
<col />
<col />
<col />
<col />
<col />
<col />
<col />
<col />
<col
2017-09-20 16:26:18 +08:00
style="width:100px;min-width:100px"
2017-08-27 17:29:51 +08:00
/>
</colgroup>
<thead
class="ant-table-thead"
>
<tr>
<th
class="ant-table-fixed-columns-in-body"
2017-08-27 17:29:51 +08:00
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Full Name
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class="ant-table-fixed-columns-in-body"
2017-08-27 17:29:51 +08:00
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Age
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 1
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 2
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 3
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 4
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 5
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 6
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 7
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Column 8
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class="ant-table-fixed-columns-in-body"
2017-08-27 17:29:51 +08:00
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Action
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
</tr>
</thead>
<tbody
class="ant-table-tbody"
/>
2017-08-27 17:29:51 +08:00
</table>
</div>
<div
class="ant-table-placeholder"
2017-08-27 17:29:51 +08:00
>
No data
2017-08-27 17:29:51 +08:00
</div>
</div>
<div
class="ant-table-fixed-left"
>
<div
class="ant-table-body-outer"
2017-09-20 16:26:18 +08:00
style="-webkit-transform:translate3d (0, 0, 0)"
2017-08-27 17:29:51 +08:00
>
<div
class="ant-table-body-inner"
>
<table
class="ant-table-fixed"
>
<colgroup>
<col
2017-09-20 16:26:18 +08:00
style="width:100px;min-width:100px"
2017-08-27 17:29:51 +08:00
/>
<col
2017-09-20 16:26:18 +08:00
style="width:100px;min-width:100px"
2017-08-27 17:29:51 +08:00
/>
</colgroup>
<thead
class="ant-table-thead"
>
<tr>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Full Name
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Age
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
</tr>
</thead>
<tbody
class="ant-table-tbody"
/>
2017-08-27 17:29:51 +08:00
</table>
</div>
</div>
</div>
<div
class="ant-table-fixed-right"
>
<div
class="ant-table-body-outer"
2017-09-20 16:26:18 +08:00
style="-webkit-transform:translate3d (0, 0, 0)"
2017-08-27 17:29:51 +08:00
>
<div
class="ant-table-body-inner"
>
<table
class="ant-table-fixed"
>
<colgroup>
<col
2017-09-20 16:26:18 +08:00
style="width:100px;min-width:100px"
2017-08-27 17:29:51 +08:00
/>
</colgroup>
<thead
class="ant-table-thead"
>
<tr>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
2017-08-27 17:29:51 +08:00
Action
2018-09-17 19:08:01 +08:00
</div>
2017-08-27 17:29:51 +08:00
</th>
</tr>
</thead>
<tbody
class="ant-table-tbody"
/>
2017-08-27 17:29:51 +08:00
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
`;
exports[`Table renders empty table without emptyText when loading 1`] = `
<div
class="ant-table-wrapper"
>
<div
class="ant-spin-nested-loading"
>
<div>
<div
class="ant-spin ant-spin-spinning ant-table-without-pagination ant-table-spin-holder"
>
<span
class="ant-spin-dot ant-spin-dot-spin"
>
<i />
<i />
<i />
<i />
</span>
</div>
</div>
<div
class="ant-spin-container ant-spin-blur"
>
<div
2018-06-27 18:57:04 +08:00
class="ant-table ant-table-default ant-table-empty ant-table-scroll-position-left"
>
<div
class="ant-table-content"
>
<div
class="ant-table-body"
>
<table
class=""
>
<colgroup>
<col />
<col />
<col />
<col />
<col />
<col />
<col />
<col />
</colgroup>
<thead
class="ant-table-thead"
>
<tr>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
Column 1
2018-09-17 19:08:01 +08:00
</div>
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
Column 2
2018-09-17 19:08:01 +08:00
</div>
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
Column 3
2018-09-17 19:08:01 +08:00
</div>
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
Column 4
2018-09-17 19:08:01 +08:00
</div>
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
Column 5
2018-09-17 19:08:01 +08:00
</div>
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
Column 6
2018-09-17 19:08:01 +08:00
</div>
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
Column 7
2018-09-17 19:08:01 +08:00
</div>
</th>
<th
class=""
>
2018-10-10 15:12:06 +08:00
<div>
Column 8
2018-09-17 19:08:01 +08:00
</div>
</th>
</tr>
</thead>
<tbody
class="ant-table-tbody"
/>
</table>
</div>
<div
class="ant-table-placeholder"
/>
</div>
</div>
</div>
</div>
</div>
`;