I am trying to list all items into the table.
json structure {
"items": [
{"name": "Gelatine Leaves - Bulk",
"id": 1,
"timestamp": "2017-08-12 01:07:22",
"price": 7.08}
]
"username": "Oralla",
"user_id": 4
}
Problem is that values like name are in the same column. Every item should be in their own row.
Can some give some hint what should I be doing?
picture of problem
code
Live example
http://live.datatables.net/yaqirime/4/edit