Depends a little bit on how many items you have in the result set. But i 
would reprocess it.
something like:

const results = []
for (result of IncommingList) {
  results[result.student-name] = results[result.student-name] || [results.
student-name]
  results[result.student-name][resul.test]=result.result
}

And then show the result in a table, MDT is fine for that.

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular/ba587637-3154-4381-acdd-4e45549842a7o%40googlegroups.com.

Reply via email to