How to get updated wired data in lightning-tree-grid with row level action in Salesforce Lightning on click of a button?
Apex Class: public with sharing class ExampleController { @AuraEnabled(cacheable=true) public static List < Account > fetchAccounts() { return [ SELECT Id, Name, Industry, ( SELECT Id, FirstName, ....