Table and Structure
Question

I've got a structure with 1 data type, and I need show it on a table. But I don't want make a table only with 1 column, I want present the data in horizontal and after in vertical.


The structure is dinamic, so users insert data and data will show on table...

I want to make the presentation of the data like the one in the attached image.


It is possible?


Thanks

table.png
Solution

Hi André,

using a List Records can help you achieve that with some CSS to format as you want:

Regards

Hello André ,

If you are using a reactive web app maybe this component can help you achieve your goal. 

Hope it helps ! 

Paulo Rosário

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.