Skip to content

Wrong selected style of active nz-tab when embedded in expandable nz-table #4482

Answered by hsuanxyz
karl-foerster asked this question in Q&A
Discussion options

You must be logged in to vote
<tr [nzExpand]="data.expand">
  <td colspan="3">
-    <nz-tabset>
+    <nz-tabset *ngIf="data.expand">
      <nz-tab nzTitle="Tab 1">
        Content of Tab 1
      </nz-tab>
      <nz-tab nzTitle="Tab 2">
        Content of Tab 2
      </nz-tab>
    </nz-tabset>
  </td>
</tr>

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by hsuanxyz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #4482 on October 22, 2020 11:13.