Hello,
I'm new to Retool and I'm trying to clear an image grid when a user selected a new row in an adjacent table. I was thinking of adding an event handler "row click" on the table to call a JS script. That script would clear the image grid; but I don't know how to write this piece ...
I tried:
{{ image_grid.data == [] }}
Thanks for the help! ![]()


