Posted 31 December 2018, 4:08 am EST
How can I bind nested object into pivotGrid and convert timestamp date to iso date ?
Example :
{
"customer": {
"code": "CARI01",
"currency_rate_calculation": "EXCHANGE_SALES",
"country": {
"code": "TR",
"description": "Turkey",
"id": 1
},
"region": {
"code": "",
"description": "AKDENIZ",
"id": 5
},
"address": "address",
},
"document_date": 1545339600000,
"document_time": "16:54:26",
"document_type": "CASH_PAYMENT",
"local_debit": 30,
"debit": 30,
"credit": 0,
"balance": -122.04
}
