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
Sree SalesforceSree Salesforce 

In Lightning , How to rerender the page . In Salesforce Classic we are using Rerender attribute. But In Lightning How shall i rerender?

sfdcMonkey.comsfdcMonkey.com
hi sri manne
in lightning to refresh a view, run $A.get("e.force:refreshView").fire();, which reloads all data for the view.
for full reference go to below link
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/ref_force_refreshView.htm (https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/ref_force_refreshView.htm)
let me inform if it helps you and kindly mark it best answer if it helps you
thanks
http://sfdcmonkey.com