function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ravi KothariRavi Kothari 

reload lightning tab

Hello,
 
We are using lightning tab in my application. We have total 3 tabs and when i land on tab 1, i can go easily to tab 2 and 3 but when if I click on tab 1 again from Tab 1, I want to refresh / reload this tab but it does nothing.. How can i do that ? Any suggesions. 

Regards,
 
Ravi KothariRavi Kothari
Thanks for your reply but this is for visual force tabs..will it work the same for lightning tabs ?

regards
Tushar GaikwadTushar Gaikwad
Hi Ravi,

please have a look at the links -- 
1. https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/aura_compref_lightning_tab.htm
2. https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/ref_force_refreshView.htm

Thanks,
Tushar Gaikwad
Salesforce Developer
http://www.zen4orce.com
Mustafa JhabuawalaMustafa Jhabuawala
Hi Ravi,

Can you clarify below points once - 

1. You have different components called in your each lightning:tab. Correct ?
2. You want to refresh components in the respective lightning:tab when it is activated/clicked by user. Correct ?