Modal popup pass parameter

Il y a 1 mois
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
Il y a 1 mois
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
Il y a 1 mois
Thank you