Select images for delete

I have a grid of images and a “select” button, which when clicked should allow the user to select images from the grid. After image(s) are selected, a “delete” button should appear that should allow the user to delete the selected images. Is it possible to implement this using Dash?

Hello @ray26,

Yes, this should be possible using pattern-matching, ALL. :smiley:

Take a look here, you can steal this pattern-matching example with how to remove children, etc: