Hey @chesterlo,
The new Table components don't have a Modal type column. Our currently recommended workaround is:
- Use a Button type column
- Add a regular Modal component anywhere in your app
- In the Modal's settings, set its Hidden property to
true
- Add an event handler to
Control Component > modal1 > Open
orRun Script > modal1.open()
, where modal1 is the standalone Modal that is hidden from the canvas (so it can only be opened from the table)
Let me know if something like this might work for you, or if you need any clarification getting this set up!
Also, plugging our new Drawer Frames, as they might be helpful here!