Creating a Popup View Button Inside the New Retool Table

Hey @chesterlo,

The new Table components don't have a Modal type column. Our currently recommended workaround is:

  1. Use a Button type column
  2. Add a regular Modal component anywhere in your app
  3. In the Modal's settings, set its Hidden property to true
  4. Add an event handler to Control Component > modal1 > Open or Run 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!

1 Like