Search Refresh & Multiple Delete Issue with Array
Summary
I am unable to refresh the search array results on search button re-click & Multiple delete on array is not workingContent
Hi Everyone,
I have made an editable page out of an Array for Create, Update & Delete operation. I am able to perform the update and create in the search array. But the main problem is to delete and search operation.
Steps I have performed:
1. Get the data from REST and insert into my Array
2. Display the Array results on my editable search screen
Problems:
1. When I search for the first time I get the correct result, but when I search again the results are appending to my Array [Problem 1]
0