Customizing List

I want to have a list in my website .

But adding list is creating lot of constraints like I can not add what i want in the list item .
for example

i want to make the list need to be customised like thsi all the data for each item would be coming from a DB.
number of items in the list also need to come from DB.

how to solve list mystery … help require :slight_smile:

cheers
jap

We do not have a simple way to support this case today - it is coming soon.

For now, I’d use the table element - which is the simplest solution.

Another option is to use what we call a fake list - design 10 such items, set values to them using code, and collapse the items you do not need ( when you have less than 10 items).