I'm looking at an array that looks something like this:
I'm trying to create a flat table that includes all trial serial numbers /t/s and another column of the associated email /e.
Every item can have only one email but multiple serial numbers,
How do i create a modal that shows every /t/s next to its corresponding /e?
TIA,
Yaron