galexbh.
galexbh.11mo ago

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?
No description
3 Replies
rubenf
rubenf11mo ago
you can have a frontend script listen to selectedRow change and open a modal in that frontend script
galexbh.
galexbh.OP11mo ago
I understand, then I select the frontend script But where should I do the modal design?
No description
Hugo
Hugo11mo ago
You can add an action to the table and link a frontend script that opens the modal on click using openModal(idOfModal)

Did you find this page helpful?