im getting that info from a mysql db, i would like when someone click edit button of a row, it opens a modal with all details and when click Update button, update mysql db.
pd: i know i can create another app and when edit button is clicked open that, but i would like a modal instead so user wont see another app opened
Hey all! Coming back to update this topic with the latest way to open a modal when a button inside a table is clicked. The Legacy Modal component is now deprecated, and the current version is called Modal Frame. The new Table component also no longer includes “Modal” as one of the column options, so here is the updated way to set it up!
Here is how you can set it up
On your Table component, go to Inspect, select the column you want to turn into a button, and change the format to Button.
Add an Event Handler for On Click, choose Show modal, and select the Modal Frame you want to open.
Let me know if you have any questions. Happy building!