I want to close a swiped list item from the controller after the user clicks an .
How can i do that?
Here a codepen of what i’m trying to achieve
I want to close a swiped list item from the controller after the user clicks an .
How can i do that?
Here a codepen of what i’m trying to achieve
You have two options depends on what you actually want to accomplish.
Really depends on what your end goal is… actually remove the item or just hide it.