datatable's url property is limited....

Hi there,

I’m new to webix and struggling to learn webix now. Although webix has nice documentation, but I still find it hard to dive deeper.

For example, if I want to use ajax to retrieve data after datatable init, how can I do that? I find datatable’s url property, but it’s just a url, I cannot do my logic in this property, cause I want to use ajax and adapt my data to suit datatable’s format.

never mind.

There is an API counterparts, especially .load and .parse API
You can use some.parse(dataObj);