Reputation: 11
In LWC tree grid I have created a column type "button". Does anybody know how to invoke the onclick method on it ?
Thank you https://developer.salesforce.com/docs/component-library/bundle/lightning-tree-grid/documentation
Upvotes: 1
Views: 1968
Reputation: 1
You can use rowaction attribute to capture button click. Rowaction: The event fired when a row-level action is run.
Upvotes: 0