Modal popup pass parameter

Hace 1 mes
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
Hace 1 mes
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
Hace 1 mes
Thank you