AG88
AG88

Reputation: 11

Lightning Tree Grid (LWC) - invoke onclick method for button type column

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

Answers (1)

Rupali Kumbhare
Rupali Kumbhare

Reputation: 1

You can use rowaction attribute to capture button click. Rowaction: The event fired when a row-level action is run.

Upvotes: 0

Related Questions