Lightning Tree Grid to search Account and display related Contacts and Opportunities in Salesforce
Sample Code: Apex Class: public with sharing class AccountController { @AuraEnabled( cacheable = true ) public static List< Account > fetchAccounts( String searchKey ) { ....