data = [[“Administrator System”, “No Certifications”], [“Example User”, “No Certifications”]]
I have the following data in an array, it’s putting the first pair in the first column, and the second pair in the second column.
They should be on separate rows and in columns.
Is this not right?