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
Lightning PracticeLightning Practice 

how to refresh a individual component after clicking on save button?

Hi All,

how to refresh a individual component after clicking on save button?
that effects to see update information in the component

Thanks ,
Ram.
alsinan nazimalsinan nazim
Hi

If you are using the init method in your component, you can definitely call that init action again from your save button controller.
Or you can use this standard event for refreshing the view $A.get('e.force:refreshView').fire();