galexbh.
galexbh.2y 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
rubenf2y ago
you can have a frontend script listen to selectedRow change and open a modal in that frontend script
galexbh.
galexbh.OP2y ago
I understand, then I select the frontend script But where should I do the modal design?
No description
Hugo
Hugo2y 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?