Update an item in infinite scroll
Hi!
I deployed with success the infinite scroll feature that described in your tutorial.
But now I'm in trouble to update an especific item of the list. The problem consist in how the system knows what item it needs update?
Example: I have a list with product and like button that shows the quantity of likes. When the user clicks in like button, the system needs to count one more like. So if the number is 2, it needs to show 3 after the user clicks in the like button. The logic to insert this new like to datsbase is okay. The problem, as I said before, is how to update only the quantity of this item and mantain the position in the infinte scroll?
Thanks