How only one value in datatable

Hi,

I try to to show only one value in a componant Table.

I can show in my componant table the value but like that :
Table1
[Titre1, Titre2, Titre3, ${titre}] [Desc1, Desc2, Desc3, ${description}] [2016-02-09 00:00:00.0, 2016-02-09 00:00:00.0, 2016-02-09 12:30:00.0, 2016-02-11 14:54:54.0]

I would like to have 3 rows and not only 1!

How can I do it?

Regards
BLE

1 Like

Hi,

May I know where the data comes from, and the format, as well as the Type of variable where you store the data?

Regards,
Vivek

Hi,

So I have all my data in a database Mysql only Three field.
Id, titre, description, date

I would like to show the x rows in my table, but one field by column.

regards
BLE