Can you increase the dimensions of the stock modal?

I've got a column with a button that opens a modal, and in that modal there will be a filtered table. It's just too small atm.

Any ideas?

Thanks

Hey @austingilliam! Modal components' sizes can be manually controlled/enlarged.

At the moment, Modal column types don't have the same functionality as a standalone Modal component. As a workaround, you can have your column be a Button that runs a JS query that runs modal1.open()

where modal1 is a standalone Modal component that is hidden from the canvas (so it can only be opened from the table).

Let me know if you have any questions about this at all!

So helpful, thank you!