Copy to clipboard function for row in the table

  • Goal: Added 'Copy to clipboard' handler for a specific row in the table

Currently, I want to click to copy the result of PBID in this table, but because the PBID is not a specific box, do you know how to realize the 'click to copy' function for PBID in each row? Thank you!!

Hello!

Usually to do anything specific to a row the table's Row Action will be a good path forward. They appear as buttons to the right of each hovered row and can have the click action configured to do whatever you need.

In your case, there is a pre-configured Copy to Clipboard action event which you only need to supply the Value (which will be obtained from the currentRow):

In my example, the column/field was last_status but yours would be PBID:

currentRow.PBID