Revert "fix(table): When ellipsis is undefined, title is undefined" #1328
Annotations
2 errors
tests/FixedColumn.spec.tsx#L342
Error: Snapshot `Table.FixedColumn > shadow should be shown when there are columns where fixed is false 1` mismatched
- Expected
+ Received
@@ -19,33 +19,29 @@
<tr>
<th
class="rc-table-cell rc-table-cell-fix-left rc-table-cell-fix-left-last"
scope="col"
style="position: sticky; left: 0px;"
- title="Other"
>
Other
</th>
<th
class="rc-table-cell"
scope="col"
- title="Name"
>
Name
</th>
<th
class="rc-table-cell"
scope="col"
- title="Company"
>
Company
</th>
<th
class="rc-table-cell rc-table-cell-fix-right rc-table-cell-fix-right-first"
scope="col"
style="position: sticky; right: 15px;"
- title="Gender"
>
Gender
</th>
<th
class="rc-table-cell rc-table-cell-fix-right rc-table-cell-scrollbar"
@@ -116,21 +112,19 @@
class="rc-table-cell rc-table-cell-fix-left rc-table-cell-fix-left-last"
style="position: sticky; left: 0px;"
/>
<td
class="rc-table-cell"
- title="John Brown"
>
John Brown
</td>
<td
class="rc-table-cell"
/>
<td
class="rc-table-cell rc-table-cell-fix-right rc-table-cell-fix-right-first"
style="position: sticky; right: 0px;"
- title="M"
>
M
</td>
</tr>
<tr
@@ -141,21 +135,19 @@
class="rc-table-cell rc-table-cell-fix-left rc-table-cell-fix-left-last"
style="position: sticky; left: 0px;"
/>
<td
class="rc-table-cell"
- title="John Brown"
>
John Brown
</td>
<td
class="rc-table-cell"
/>
<td
class="rc-table-cell rc-table-cell-fix-right rc-table-cell-fix-right-first"
style="position: sticky; right: 0px;"
- title="M"
>
M
</td>
</tr>
<tr
@@ -166,21 +158,19 @@
class="rc-table-cell rc-table-cell-fix-left rc-table-cell-fix-left-last"
style="position: sticky; left: 0px;"
/>
<td
class="rc-table-cell"
- title="John Brown"
>
John Brown
</td>
<td
class="rc-table-cell"
/>
<td
class="rc-table-cell rc-table-cell-fix-right rc-table-cell-fix-right-first"
style="position: sticky; right: 0px;"
- title="M"
>
M
</td>
</tr>
<tr
@@ -191,21 +181,19 @@
class="rc-table-cell rc-table-cell-fix-left rc-table-cell-fix-left-last"
style="position: sticky; left: 0px;"
/>
<td
class="rc-table-cell"
- title="John Brown"
>
John Brown
</td>
<td
class="rc-table-cell"
/>
<td
class="rc-table-cell rc-table-cell-fix-right rc-table-cell-fix-right-first"
style="position: sticky; right: 0px;"
- title="M"
>
|
|
This job failed
Loading