Simple two column table list from db - not so simple?

Hi.
This is probably so simple but I cant find the way to do it.
I want to create a simple two column list with different background colors.
the first column is the headers, and the second column is from the database.
I have tried to find a table component to “flip” so i get the headers in column 1 instead of row one, but couldnt find one.
I have tried to find a list component that match, with no result.
Before i try to create a custom table in HTML and try to fill it with javascript from the db i thougt i might ask the community. This should be a standard usecase i think. I attatch an image to explain.
It is to be used on a dynamic page so different pages will contain different “right columns” but same left column headers.

Hej Johan!
Kul att ha dig här.

You can use the standard repeater component and design it the way you want, adding static data to it or connect it to a data collection using a dataset.

It requires some coding maybe to make the first column hold the columns but it is doable in Wix Code.

@andreas-kviby Thank you very much. I tried at first to use the repeater out of the box but just got it listning different rows from the db. I want it to stay to one row. Ill look into it how to use wix code to make it stay on one single row. Many thanks!!

@johan You must make that logic within the forEachItem loop

@andreas-kviby Thanks!