How to open a modal when selecting a row
Hello everyone, can you help me with:
How can I make sure that when selecting a row a modal is displayed and brings the selected information?
3 Replies
you can have a frontend script listen to selectedRow change and open a modal in that frontend script
I understand, then I select the frontend script
But where should I do the modal design?
You can add an action to the table and link a frontend script that opens the modal on click using openModal(idOfModal)