How can i get or print selected id when i double click the selected row in the Power Table?

I want to get the ID of the selected rows in the power table using extension function (double click).
Reference:


Thank you,

For a single row it should be something like this;
ticketId = self.data.getValueAt(rowIndex,'tbl_id')

1 Like

Thanks sir :grinning: