You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
810 B
35 lines
810 B
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Table.rowSelection render with default selection correctly 1`] = `
|
|
<div>
|
|
<div
|
|
class="ant-dropdown ant-dropdown-placement-bottomLeft ant-dropdown-hidden"
|
|
>
|
|
<ul
|
|
aria-activedescendant=""
|
|
class="ant-dropdown-menu ant-dropdown-menu-vertical ant-table-selection-menu ant-dropdown-menu-light ant-dropdown-menu-root"
|
|
role="menu"
|
|
tabindex="0"
|
|
>
|
|
<li
|
|
aria-selected="false"
|
|
class="ant-dropdown-menu-item"
|
|
role="menuitem"
|
|
>
|
|
<div>
|
|
全选当页
|
|
</div>
|
|
</li>
|
|
<li
|
|
aria-selected="false"
|
|
class="ant-dropdown-menu-item"
|
|
role="menuitem"
|
|
>
|
|
<div>
|
|
反选当页
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|