Unanswered: How do I remove a row a Row from List?
Unanswered: How do I remove a row a Row from List?
We have created a List using SenchaTouch
Each row in a List have the Image of (Delete Icon). When a person clicks on the this icon(Image) the respective row of an image should get deleted.
The main issues are
1) : The (onclick : function) of an (Html: Image) is not working.
2) : If this function workes also then there is a scope problem.