12thmix
Based on the image you posted, it looks like you are ordering the array, but aren't doing anything to update the visuals for more than just the first row.
In the event shown, you are setting only the first instance of Text and the first instance of Text2. In order to update a whole list, you will somehow need to iterate through each array element and create or update an instance of Text and an instance of Text2 for each row.