hi i want to create my datatable column dynamically with a JSON.
I have this example but doesn’t work.
http://webix.com/snippet/7f772695
there is a way to create column dynamically with function pass via JSON? or
there is other way to do this?
Thanks in advice
You can’t get a valid function, when you are using “JSON.parse”
You need to use eval http://webix.com/snippet/9febc98c
Or a separate template function http://webix.com/snippet/8725d6de
Ok thanks very much