So I have a few javascript arrays, ex. array1 = [1,2,3] and array2 = [4,5,6] and I want these arrays to represent the column data, not row data like it wants.
How would I make the table to look like:

I've been pulling my hair out all day, and I can't seem to find a solution......is this even supported?