Vertical tables

Hi,
in WIX does an object exist to be linked to a table, to be displayed vertically?
That is, the column fields become the rows and vice versa .

I tried with the repeteator object but it’s not exactly what I want.

Thanks
Claudio

Hi Claudio,
I’m not sure that I fully understand what you were trying to achieve. Can you please clarify? A screenshot can be helpful as well.

Thanks,
Tal.

Hi Tal,
excuse me for my bad english… let me explain better.

For example: #tableA

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

I would like to see the data as follows:

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

Is there an Wix object with which I can do it?

Thank you so much
Claudio

Hi Claudio,
You can bind the collection to a repeater and design it however you want. Check out this article .

Good luck,
Tal.

Ok thanks, I’ll try to do it
Claudio

Hello Wix team,

I have the same question. I’ve tried it with repeaters, but it doesn’t give me what I want.

I have created a table (which connects to a dataset) with icons which functions as a filter (left pile with icons starting with video). The dataset result is shown in a gallery. I’ve attached a screenshot below.

I would like to show the left table (which looks like a column) horizontally, so it fits in the horizontal empty spot, just above the gallery. How can I do this?