Hi, everybody
I’m new user of Webix, and my english is basic… thanks in advance…
I use widget DataTable, according to documentation, here: http://docs.webix.com/desktop__plain_dynamic_loading.html
If my script return data json like:
{
"data":[
{"id":1,"package":"acx100-source"},
{"id":1,"package":"acx200-source"}
],
"pos":0,
"total_count":999
}
data not show in table, but if only return data, like:
"data" : [
{"id":1,"package":"acx100-source"},
{"id":1,"package":"acx200-source"}
]
Table show data correctly…
Why?, what am I doing wrong?
Best regards