We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28326c5 commit 2785dafCopy full SHA for 2785daf
packages/main/src/TableRow.hbs
@@ -13,17 +13,19 @@
13
<slot name="{{this._individualSlot}}"></slot>
14
{{/each}}
15
{{/if}}
16
-</tr>
+</tr>
17
18
{{#if shouldPopin}}
19
{{#each popinCells}}
20
<tr class="ui5-table-popin-row" @ui5-_cellclick="{{_oncellclick}}">
21
<td colspan="{{../visibleCellsCount}}">
22
- <span class="ui5-table-row-popin-title">{{this.popinText}}:</span>
+ {{#if this.popinText}}
23
+ <span class="ui5-table-row-popin-title">{{this.popinText}}:</span>
24
+ {{/if}}
25
<div>
26
<slot name="{{this.cell._individualSlot}}"></slot>
27
</div>
28
</td>
29
</tr>
30
-{{/if}}
31
+{{/if}}
0 commit comments