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
|
2020-05-19 14:45:57 +08:00
|
|
|
class="ant-table ant-table-empty"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
|
|
|
<div
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-container"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
|
|
|
<div
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-content"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
|
|
|
<table
|
2022-06-07 10:14:32 +08:00
|
|
|
style="table-layout: auto;"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2020-03-27 22:40:27 +08:00
|
|
|
<colgroup />
|
2020-03-26 23:18:17 +08:00
|
|
|
<thead
|
|
|
|
class="ant-table-thead"
|
|
|
|
>
|
2017-08-27 17:29:51 +08:00
|
|
|
<tr>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 1
|
2017-08-27 17:29:51 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 2
|
2017-08-27 17:29:51 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 3
|
2017-08-27 17:29:51 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 4
|
2017-08-27 17:29:51 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 5
|
2017-08-27 17:29:51 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 6
|
2017-08-27 17:29:51 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 7
|
2017-08-27 17:29:51 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 8
|
2017-08-27 17:29:51 +08:00
|
|
|
</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody
|
|
|
|
class="ant-table-tbody"
|
2018-12-26 16:01:00 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
<tr
|
|
|
|
class="ant-table-placeholder"
|
2019-08-02 21:37:26 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
<td
|
|
|
|
class="ant-table-cell"
|
|
|
|
colspan="8"
|
2019-08-02 21:37:26 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
<div
|
|
|
|
class="ant-empty ant-empty-normal"
|
2019-08-02 21:37:26 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
<div
|
|
|
|
class="ant-empty-image"
|
|
|
|
>
|
|
|
|
<svg
|
2019-12-03 20:17:13 +08:00
|
|
|
class="ant-empty-img-simple"
|
2019-11-15 14:35:25 +08:00
|
|
|
height="41"
|
|
|
|
viewBox="0 0 64 41"
|
|
|
|
width="64"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<g
|
|
|
|
fill="none"
|
|
|
|
fill-rule="evenodd"
|
|
|
|
transform="translate(0 1)"
|
|
|
|
>
|
|
|
|
<ellipse
|
2019-12-03 20:17:13 +08:00
|
|
|
class="ant-empty-img-simple-ellipse"
|
2019-11-15 14:35:25 +08:00
|
|
|
cx="32"
|
|
|
|
cy="33"
|
|
|
|
rx="32"
|
|
|
|
ry="7"
|
|
|
|
/>
|
|
|
|
<g
|
2019-12-03 20:17:13 +08:00
|
|
|
class="ant-empty-img-simple-g"
|
2019-11-15 14:35:25 +08:00
|
|
|
fill-rule="nonzero"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z"
|
|
|
|
/>
|
|
|
|
<path
|
2019-12-03 20:17:13 +08:00
|
|
|
class="ant-empty-img-simple-path"
|
2019-11-15 14:35:25 +08:00
|
|
|
d="M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z"
|
|
|
|
/>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
</div>
|
2021-01-14 16:29:48 +08:00
|
|
|
<div
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-empty-description"
|
|
|
|
>
|
|
|
|
No Data
|
2021-01-14 16:29:48 +08:00
|
|
|
</div>
|
2019-11-15 14:35:25 +08:00
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
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
|
2020-05-19 14:45:57 +08:00
|
|
|
class="ant-table ant-table-empty"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
|
|
|
<div
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-container"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
|
|
|
<div
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-content"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
|
|
|
<table
|
2022-06-07 10:14:32 +08:00
|
|
|
style="table-layout: auto;"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2020-03-27 22:40:27 +08:00
|
|
|
<colgroup />
|
2020-03-26 23:18:17 +08:00
|
|
|
<thead
|
|
|
|
class="ant-table-thead"
|
|
|
|
>
|
2017-08-27 17:29:51 +08:00
|
|
|
<tr>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 1
|
2017-08-27 17:29:51 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 2
|
2017-08-27 17:29:51 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 3
|
2017-08-27 17:29:51 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 4
|
2017-08-27 17:29:51 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 5
|
2017-08-27 17:29:51 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 6
|
2017-08-27 17:29:51 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 7
|
2017-08-27 17:29:51 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 8
|
2017-08-27 17:29:51 +08:00
|
|
|
</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody
|
|
|
|
class="ant-table-tbody"
|
2019-11-15 14:35:25 +08:00
|
|
|
>
|
|
|
|
<tr
|
|
|
|
class="ant-table-placeholder"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-table-cell"
|
|
|
|
colspan="8"
|
|
|
|
>
|
2020-01-20 15:12:49 +08:00
|
|
|
custom empty text
|
2019-11-15 14:35:25 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
2017-08-27 17:29:51 +08:00
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2022-06-29 12:07:28 +08:00
|
|
|
exports[`Table renders empty table with fixed columns should work 1`] = `
|
2017-08-27 17:29:51 +08:00
|
|
|
<div
|
|
|
|
class="ant-table-wrapper"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-spin-nested-loading"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-spin-container"
|
|
|
|
>
|
|
|
|
<div
|
2020-05-19 14:45:57 +08:00
|
|
|
class="ant-table ant-table-empty ant-table-fixed-column ant-table-scroll-horizontal ant-table-has-fix-left ant-table-has-fix-right"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
|
|
|
<div
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-container"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
|
|
|
<div
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-content"
|
2022-06-07 10:14:32 +08:00
|
|
|
style="overflow-x: auto; overflow-y: hidden;"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
<table
|
2022-06-07 10:14:32 +08:00
|
|
|
style="width: 1px; min-width: 100%; table-layout: fixed;"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
<colgroup>
|
|
|
|
<col
|
2022-06-07 10:14:32 +08:00
|
|
|
style="width: 100px;"
|
2017-09-13 14:26:02 +08:00
|
|
|
/>
|
2019-11-15 14:35:25 +08:00
|
|
|
<col
|
2022-06-07 10:14:32 +08:00
|
|
|
style="width: 100px;"
|
2019-11-15 14:35:25 +08:00
|
|
|
/>
|
|
|
|
<col />
|
|
|
|
<col />
|
|
|
|
<col />
|
|
|
|
<col />
|
|
|
|
<col />
|
|
|
|
<col />
|
|
|
|
<col />
|
|
|
|
<col />
|
|
|
|
<col
|
2022-06-07 10:14:32 +08:00
|
|
|
style="width: 100px;"
|
2019-11-15 14:35:25 +08:00
|
|
|
/>
|
|
|
|
</colgroup>
|
2020-03-26 23:18:17 +08:00
|
|
|
<thead
|
|
|
|
class="ant-table-thead"
|
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
<tr>
|
|
|
|
<th
|
|
|
|
class="ant-table-cell ant-table-cell-fix-left"
|
2022-06-07 10:14:32 +08:00
|
|
|
style="position: sticky; left: 0px;"
|
2019-08-02 21:37:26 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Full Name
|
|
|
|
</th>
|
|
|
|
<th
|
|
|
|
class="ant-table-cell ant-table-cell-fix-left ant-table-cell-fix-left-last"
|
2022-06-07 10:14:32 +08:00
|
|
|
style="position: sticky; left: 0px;"
|
2019-11-15 14:35:25 +08:00
|
|
|
>
|
|
|
|
Age
|
|
|
|
</th>
|
|
|
|
<th
|
|
|
|
class="ant-table-cell"
|
|
|
|
>
|
|
|
|
Column 1
|
|
|
|
</th>
|
|
|
|
<th
|
|
|
|
class="ant-table-cell"
|
|
|
|
>
|
|
|
|
Column 2
|
|
|
|
</th>
|
|
|
|
<th
|
|
|
|
class="ant-table-cell"
|
|
|
|
>
|
|
|
|
Column 3
|
|
|
|
</th>
|
|
|
|
<th
|
|
|
|
class="ant-table-cell"
|
|
|
|
>
|
|
|
|
Column 4
|
|
|
|
</th>
|
|
|
|
<th
|
|
|
|
class="ant-table-cell"
|
|
|
|
>
|
|
|
|
Column 5
|
|
|
|
</th>
|
|
|
|
<th
|
|
|
|
class="ant-table-cell"
|
|
|
|
>
|
|
|
|
Column 6
|
|
|
|
</th>
|
|
|
|
<th
|
|
|
|
class="ant-table-cell"
|
|
|
|
>
|
|
|
|
Column 7
|
|
|
|
</th>
|
|
|
|
<th
|
|
|
|
class="ant-table-cell"
|
|
|
|
>
|
|
|
|
Column 8
|
|
|
|
</th>
|
|
|
|
<th
|
|
|
|
class="ant-table-cell ant-table-cell-fix-right ant-table-cell-fix-right-first"
|
2022-06-07 10:14:32 +08:00
|
|
|
style="position: sticky; right: 0px;"
|
2019-11-15 14:35:25 +08:00
|
|
|
>
|
|
|
|
Action
|
|
|
|
</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody
|
|
|
|
class="ant-table-tbody"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2020-04-01 20:57:35 +08:00
|
|
|
<tr
|
|
|
|
aria-hidden="true"
|
|
|
|
class="ant-table-measure-row"
|
2022-06-07 10:14:32 +08:00
|
|
|
style="height: 0px; font-size: 0px;"
|
2020-04-01 20:57:35 +08:00
|
|
|
>
|
|
|
|
<td
|
2022-06-07 10:14:32 +08:00
|
|
|
style="padding: 0px; border: 0px; height: 0px;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-06-07 10:14:32 +08:00
|
|
|
style="height: 0px; overflow: hidden;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
</div>
|
|
|
|
</td>
|
2020-04-01 20:57:35 +08:00
|
|
|
<td
|
2022-06-07 10:14:32 +08:00
|
|
|
style="padding: 0px; border: 0px; height: 0px;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-06-07 10:14:32 +08:00
|
|
|
style="height: 0px; overflow: hidden;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
</div>
|
|
|
|
</td>
|
2020-04-01 20:57:35 +08:00
|
|
|
<td
|
2022-06-07 10:14:32 +08:00
|
|
|
style="padding: 0px; border: 0px; height: 0px;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-06-07 10:14:32 +08:00
|
|
|
style="height: 0px; overflow: hidden;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
</div>
|
|
|
|
</td>
|
2020-04-01 20:57:35 +08:00
|
|
|
<td
|
2022-06-07 10:14:32 +08:00
|
|
|
style="padding: 0px; border: 0px; height: 0px;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-06-07 10:14:32 +08:00
|
|
|
style="height: 0px; overflow: hidden;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
</div>
|
|
|
|
</td>
|
2020-04-01 20:57:35 +08:00
|
|
|
<td
|
2022-06-07 10:14:32 +08:00
|
|
|
style="padding: 0px; border: 0px; height: 0px;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-06-07 10:14:32 +08:00
|
|
|
style="height: 0px; overflow: hidden;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
</div>
|
|
|
|
</td>
|
2020-04-01 20:57:35 +08:00
|
|
|
<td
|
2022-06-07 10:14:32 +08:00
|
|
|
style="padding: 0px; border: 0px; height: 0px;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-06-07 10:14:32 +08:00
|
|
|
style="height: 0px; overflow: hidden;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
</div>
|
|
|
|
</td>
|
2020-04-01 20:57:35 +08:00
|
|
|
<td
|
2022-06-07 10:14:32 +08:00
|
|
|
style="padding: 0px; border: 0px; height: 0px;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-06-07 10:14:32 +08:00
|
|
|
style="height: 0px; overflow: hidden;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
</div>
|
|
|
|
</td>
|
2020-04-01 20:57:35 +08:00
|
|
|
<td
|
2022-06-07 10:14:32 +08:00
|
|
|
style="padding: 0px; border: 0px; height: 0px;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-06-07 10:14:32 +08:00
|
|
|
style="height: 0px; overflow: hidden;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
</div>
|
|
|
|
</td>
|
2020-04-01 20:57:35 +08:00
|
|
|
<td
|
2022-06-07 10:14:32 +08:00
|
|
|
style="padding: 0px; border: 0px; height: 0px;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-06-07 10:14:32 +08:00
|
|
|
style="height: 0px; overflow: hidden;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
</div>
|
|
|
|
</td>
|
2020-04-01 20:57:35 +08:00
|
|
|
<td
|
2022-06-07 10:14:32 +08:00
|
|
|
style="padding: 0px; border: 0px; height: 0px;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-06-07 10:14:32 +08:00
|
|
|
style="height: 0px; overflow: hidden;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
</div>
|
|
|
|
</td>
|
2020-04-01 20:57:35 +08:00
|
|
|
<td
|
2022-06-07 10:14:32 +08:00
|
|
|
style="padding: 0px; border: 0px; height: 0px;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-06-07 10:14:32 +08:00
|
|
|
style="height: 0px; overflow: hidden;"
|
2020-09-16 12:09:51 +08:00
|
|
|
>
|
|
|
|
</div>
|
|
|
|
</td>
|
2020-04-01 20:57:35 +08:00
|
|
|
</tr>
|
2019-11-15 14:35:25 +08:00
|
|
|
<tr
|
|
|
|
class="ant-table-placeholder"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
<td
|
|
|
|
class="ant-table-cell"
|
|
|
|
colspan="11"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
<div
|
2020-04-01 20:57:35 +08:00
|
|
|
class="ant-table-expanded-row-fixed"
|
2022-06-29 12:07:28 +08:00
|
|
|
style="width: 1000px; position: sticky; left: 0px; overflow: hidden;"
|
2019-11-15 14:35:25 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-04-01 20:57:35 +08:00
|
|
|
class="ant-empty ant-empty-normal"
|
2017-08-27 17:29:51 +08:00
|
|
|
>
|
2020-04-01 20:57:35 +08:00
|
|
|
<div
|
|
|
|
class="ant-empty-image"
|
2019-04-06 13:07:32 +08:00
|
|
|
>
|
2020-04-01 20:57:35 +08:00
|
|
|
<svg
|
|
|
|
class="ant-empty-img-simple"
|
|
|
|
height="41"
|
|
|
|
viewBox="0 0 64 41"
|
|
|
|
width="64"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
2019-11-15 14:35:25 +08:00
|
|
|
>
|
|
|
|
<g
|
2020-04-01 20:57:35 +08:00
|
|
|
fill="none"
|
|
|
|
fill-rule="evenodd"
|
|
|
|
transform="translate(0 1)"
|
2019-04-06 13:07:32 +08:00
|
|
|
>
|
2020-04-01 20:57:35 +08:00
|
|
|
<ellipse
|
|
|
|
class="ant-empty-img-simple-ellipse"
|
|
|
|
cx="32"
|
|
|
|
cy="33"
|
|
|
|
rx="32"
|
|
|
|
ry="7"
|
2019-11-15 14:35:25 +08:00
|
|
|
/>
|
2020-04-01 20:57:35 +08:00
|
|
|
<g
|
|
|
|
class="ant-empty-img-simple-g"
|
|
|
|
fill-rule="nonzero"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z"
|
|
|
|
/>
|
|
|
|
<path
|
|
|
|
class="ant-empty-img-simple-path"
|
|
|
|
d="M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z"
|
|
|
|
/>
|
|
|
|
</g>
|
2019-11-15 14:35:25 +08:00
|
|
|
</g>
|
2020-04-01 20:57:35 +08:00
|
|
|
</svg>
|
|
|
|
</div>
|
2021-01-14 16:29:48 +08:00
|
|
|
<div
|
2020-04-01 20:57:35 +08:00
|
|
|
class="ant-empty-description"
|
|
|
|
>
|
|
|
|
No Data
|
2021-01-14 16:29:48 +08:00
|
|
|
</div>
|
2019-11-15 14:35:25 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2017-08-27 17:29:51 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
2018-01-26 23:30:11 +08:00
|
|
|
|
|
|
|
exports[`Table renders empty table without emptyText when loading 1`] = `
|
|
|
|
<div
|
|
|
|
class="ant-table-wrapper"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-spin-nested-loading"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<div
|
2022-03-11 15:49:33 +08:00
|
|
|
aria-busy="true"
|
|
|
|
aria-live="polite"
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-spin ant-spin-spinning"
|
2018-01-26 23:30:11 +08:00
|
|
|
>
|
|
|
|
<span
|
2018-02-14 12:30:31 +08:00
|
|
|
class="ant-spin-dot ant-spin-dot-spin"
|
2018-01-26 23:30:11 +08:00
|
|
|
>
|
2019-03-28 12:25:44 +08:00
|
|
|
<i
|
|
|
|
class="ant-spin-dot-item"
|
|
|
|
/>
|
|
|
|
<i
|
|
|
|
class="ant-spin-dot-item"
|
|
|
|
/>
|
|
|
|
<i
|
|
|
|
class="ant-spin-dot-item"
|
|
|
|
/>
|
|
|
|
<i
|
|
|
|
class="ant-spin-dot-item"
|
|
|
|
/>
|
2018-01-26 23:30:11 +08:00
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-spin-container ant-spin-blur"
|
|
|
|
>
|
|
|
|
<div
|
2020-05-19 14:45:57 +08:00
|
|
|
class="ant-table ant-table-empty"
|
2018-01-26 23:30:11 +08:00
|
|
|
>
|
|
|
|
<div
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-container"
|
2018-01-26 23:30:11 +08:00
|
|
|
>
|
|
|
|
<div
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-content"
|
2018-01-26 23:30:11 +08:00
|
|
|
>
|
|
|
|
<table
|
2022-06-07 10:14:32 +08:00
|
|
|
style="table-layout: auto;"
|
2018-01-26 23:30:11 +08:00
|
|
|
>
|
2020-03-27 22:40:27 +08:00
|
|
|
<colgroup />
|
2020-03-26 23:18:17 +08:00
|
|
|
<thead
|
|
|
|
class="ant-table-thead"
|
|
|
|
>
|
2018-01-26 23:30:11 +08:00
|
|
|
<tr>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2018-01-26 23:30:11 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 1
|
2018-01-26 23:30:11 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2018-01-26 23:30:11 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 2
|
2018-01-26 23:30:11 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2018-01-26 23:30:11 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 3
|
2018-01-26 23:30:11 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2018-01-26 23:30:11 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 4
|
2018-01-26 23:30:11 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2018-01-26 23:30:11 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 5
|
2018-01-26 23:30:11 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2018-01-26 23:30:11 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 6
|
2018-01-26 23:30:11 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2018-01-26 23:30:11 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 7
|
2018-01-26 23:30:11 +08:00
|
|
|
</th>
|
|
|
|
<th
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-table-cell"
|
2018-01-26 23:30:11 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
Column 8
|
2018-01-26 23:30:11 +08:00
|
|
|
</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody
|
|
|
|
class="ant-table-tbody"
|
2019-03-22 16:21:58 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
<tr
|
|
|
|
class="ant-table-placeholder"
|
2019-08-02 21:37:26 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
<td
|
|
|
|
class="ant-table-cell"
|
|
|
|
colspan="8"
|
2019-08-02 21:37:26 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
<div
|
|
|
|
class="ant-empty ant-empty-normal"
|
2019-08-02 21:37:26 +08:00
|
|
|
>
|
2019-11-15 14:35:25 +08:00
|
|
|
<div
|
|
|
|
class="ant-empty-image"
|
|
|
|
>
|
|
|
|
<svg
|
2019-12-03 20:17:13 +08:00
|
|
|
class="ant-empty-img-simple"
|
2019-11-15 14:35:25 +08:00
|
|
|
height="41"
|
|
|
|
viewBox="0 0 64 41"
|
|
|
|
width="64"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<g
|
|
|
|
fill="none"
|
|
|
|
fill-rule="evenodd"
|
|
|
|
transform="translate(0 1)"
|
|
|
|
>
|
|
|
|
<ellipse
|
2019-12-03 20:17:13 +08:00
|
|
|
class="ant-empty-img-simple-ellipse"
|
2019-11-15 14:35:25 +08:00
|
|
|
cx="32"
|
|
|
|
cy="33"
|
|
|
|
rx="32"
|
|
|
|
ry="7"
|
|
|
|
/>
|
|
|
|
<g
|
2019-12-03 20:17:13 +08:00
|
|
|
class="ant-empty-img-simple-g"
|
2019-11-15 14:35:25 +08:00
|
|
|
fill-rule="nonzero"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z"
|
|
|
|
/>
|
|
|
|
<path
|
2019-12-03 20:17:13 +08:00
|
|
|
class="ant-empty-img-simple-path"
|
2019-11-15 14:35:25 +08:00
|
|
|
d="M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z"
|
|
|
|
/>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
</div>
|
2021-01-14 16:29:48 +08:00
|
|
|
<div
|
2019-11-15 14:35:25 +08:00
|
|
|
class="ant-empty-description"
|
|
|
|
>
|
|
|
|
No Data
|
2021-01-14 16:29:48 +08:00
|
|
|
</div>
|
2019-11-15 14:35:25 +08:00
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2019-03-22 16:21:58 +08:00
|
|
|
</div>
|
2018-01-26 23:30:11 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|