Use row data to populate table contextMenu slot.
Summary
Use row data to populate table contextMenu slot.Content
Here is the use case. I populate a table using a SDP, and display several columns including a Contact column. I would like to use the contextMenu slot, for the Contact column, to show a menu of the various ways the Contact can be reached. The data is available in the SDP. For example, I would like to show a menu with the Contact's e-mail, phone, associated web site, etc.. Using $current.data to retrieve row data works fine for the "template" columns, but not within the oj-menu element. Any insights would be appreciated.
0