The problem come from this line at the init time itemHeaderTemplate is undefined and for that the plugin set the json data to the view instead of the template for that we see [object object]
I tried setTimeOut on the constructor but it doesn't solve it but if I did that it work for the header and need to be set for all templates! :
Hi @triniwiz,
The plugin show this:
The problem come from this line at the init time
itemHeaderTemplate
is undefined and for that the plugin set the json data to the view instead of the template for that we see[object object]
I tried
setTimeOut
on the constructor but it doesn't solve it but if I did that it work for the header and need to be set for all templates! :What can we do on this scenario ?
my code is same as the doc, here it: