I would like to implement sorting for the <lightning-tree-grid> by clicking on columns.
For <lightning-datatable> I can simply add the following properties to the HTML element:
onsort={handleSort}
sorted-by={sortedBy}
sorted-direction={sortedDirection}
(notice the arrow down for ascending order)
How can I achieve the same for the <lightning-tree-grid> component please?
