Hi, I have linked a repeater to a dataset connecting database such that every item is shown in
a separate container.
I wish to add a button on every container that when clicked, manipulates the item showed at that
time in the container.
I have looked at $w(‘#dataset’).getCurrent() and realized its not what I wonted, any idea for
how to do it classically?