Hello,
I get in all datatable component ‘undefined’ value.
First time I have clear the browser cache with problem fixed,
but it doesn’t work now.
I had update to Webix 2.2.3. if the can help…
Thanks,
Best
Hello,
I get in all datatable component ‘undefined’ value.
First time I have clear the browser cache with problem fixed,
but it doesn’t work now.
I had update to Webix 2.2.3. if the can help…
Thanks,
Best
There was no major changes in data loading
http://docs.webix.com/desktop__whats_new_2_2.html#breakingchanges
If issue still occurs, please share any kind of sample where problem can be checked.
I have fix it,
it was a problem with: ’ template:"{common.treetable()} #value#"’.
With Webix 2.0.0 it works, but with Webix 2.2.3 it doesn’t work…
I have remove the template…
Thanks
Probably it was broken on our side
Please try to change your code as
template:"{common.treetable()} #$value#"'