Multi dimensional array in table row

Multi dimensional array in table row

AlfredaoAlfredao Posts: 1Questions: 0Answers: 0
edited April 2014 in DataTables 1.10
Hi people,

I'm having a problem here with datatables.
I want to show an array in my row, i'm not the best talking in English, but is something like this.

[code]
________________________________________
Username | Password | Something
________________________________________
user1 | password1 | something1_1
| something1_2
| something1_3
________________________________________
user2 | password2 | something2_1
________________________________________
user3 | password3 | something3_1
| something3_2
________________________________________
[/code]

Here is the debug link: http://debug.datatables.net/ayufal

As you can see in my debug, the aaData item I want to show like this, is "historicoSituacoes"

[code]
"historicoSituacoes": [{
"id": 1,
"dataSituacao": {
"date": "2014-04-04 00:00:00",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
}
}]
[/code]

In this time I just have one in all, but sometimes it will be more than once.

Could someone help-me with this?

If you want to see the live page, the link is http://protesto21.com.br/titulo/intimacao/
User: 1oficio
Password: p21

Thanks for all and sorry for bad english
This discussion has been closed.