Is there a way to trigger a modal to open, that is within a cell…from the whole cell? I have an image and title in the cell. The image currently triggers the modal.
Hey Riceman,
Yes, that is possible. First, you need to convert your Cell into a link by setting the HTML tag to <a>
.
Next, set the Cell Link URL to #open
. open
could be anything
Lastly, set the Toggle Hash of your Modal to open
or what you set in your Link URL.
1 Like
ah, super cool. thanks!