You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: