lightning-tree-grid with row level action in Salesforce Lightning
LWC HTML: <template> <div class="slds-p-around_medium lgc-bg"> <div class="slds-m-bottom_small"> <lightning-button label="Collapse All" onclick={clickToCollapseAll}> </lightning-button> <lightning-button label="Expand All" onclick={clickToExpandAll}> </lightning-button> ....