How only one value in datatable

1
0
-1

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

Comments

Submitted by vivek.paranthaman on Thu, 02/11/2016 - 16:24

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

Submitted by ble on Fri, 02/12/2016 - 07:55

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

No answers yet.
Notifications