Assistance needed with deleting a product and modifying quantity in List View

1) My goal:
I want to be able to delete a product from my List View and update the quantity value directly within the List View component in Retool.

2) Issue:
Currently, I am unable to find a straightforward way to remove a product from the List View or to modify the quantity value of an item in the List View. I need guidance on how to implement these functionalities.

3) Steps I've taken to troubleshoot:

  • Reviewed Retool documentation on List View component.
  • Tried adding buttons and actions to delete items but without success.
  • Attempted to bind quantity fields to editable inputs but changes are not saved or reflected.

4) Additional info:

Hi @A.B and welcome to Retool!

List/Grid views are a little trickier than tables. You need to pass the item.id value to your query via additional scope. Then in GUI mode set the id as below.
.