Modal popup pass parameter

1 month ago
Hello,

I want to invoke a modal popup from within a row of a data table (e.g. Orders list) and pass the id of the entity to the modal popup. I know how to invoke a modal popup generally but how should this be done best with a parameter?

Stephan
1 month ago
Hi
You can refer to the view file of the currency listing page /Admin/Currency/List and refer to the  markAsPrimaryStoreCurrency('@currencyId') method to build a modal with parameters from the grid page
1 month ago
Thank you