A table
contains a pile of data, all of which are objects, of course. When I select certain rows, I will add these selected data to a new array, but I do not know the subscript of these data in the original array, when I click the delete button, I should need to delete all the selected data in the original array. I think of for
cycle nesting, but this is not a very beautiful way to write.
Thank you for your advice!