Nebular: Change active nb-tab on nb-tabset

Created on 12 Dec 2017  路  6Comments  路  Source: akveo/nebular

Hello,

I have a nb-tabset with multiple nb-tab's inside, how can i change the active tab on the return of a https request?

theme question

Most helpful comment

<nb-tab tabTitle="Yout Title" [active]="isActive">

All 6 comments

<nb-tab tabTitle="Yout Title" [active]="isActive">

How to switch between nb-tabs using a button ?

Hi, i wanted to intercept the tab switching i.e. when i click on a tab i want a popup to come with two options ok and cancel and when i click on cancel the tab should not change.!!

Closing as original issue is resolved.

<nb-tab tabTitle="Yout Title" [active]="isActive">

Not working!

<nb-tab tabTitle="Yout Title" [active]="isActive">

Not working!

isActive must be defined as a Boolean variable.
If you don't need to dynamically choose the active tab, just write
<nb-tab tabTitle="Yout Title" active="true">

Was this page helpful?
0 / 5 - 0 ratings

Related issues

suku-h picture suku-h  路  3Comments

bnbs picture bnbs  路  4Comments

obarazan picture obarazan  路  3Comments

muysewinkel picture muysewinkel  路  4Comments

rhajizadeh picture rhajizadeh  路  3Comments