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
SFSkumarSFSkumar 

My lightning page have 2 components.Left side component have drop down field , when changed this i want to load the datatable in other component which is on the right side. How i can do this?

Best Answer chosen by SFSkumar
SFSkumarSFSkumar
Done with Events and Handler's.