How do I display table fields differently?

Im trying to display table fields in a different way on wix. I’ve connected it to a dataset so i can filter the info.

This is what the table looks like now.

field1 field2 field3
data1 data2 data3
data4 data5 data6

I want visitors to see the table displayed as this:

field1 data1 data4 …
field2 data2 data5 …
field3 data3 data6 …

If theres a way to achive this, please let me know.