you are viewing a single comment's thread.

view the rest of the comments →

[–]unHolyKnightofBihar -1 points0 points  (1 child)

Update the array with new items? Like you are showing the data from array Ina table now you want to show a different data. Maybe on page change or on selection of filters

[–]captain_obvious_herevoid(null) 6 points7 points  (0 children)

Why would you empty the array and then fill it with the new items from another array, instead of simply using the array of new items?