Hello,
I am trying to use Grid column template, but I can not make it work correctly.
I am trying to migrate from Essential JS1 to Essential JS2. In Essential JS1 I was using template with type="text/x-jsrender", but it seems that it is not working with Essential JS2.
I am trying to set template like this:
my.component.html file:
my.component.ts file:
index.html file:
I am getting result like this:
What am I doing wrong? How I need to set template using template id in Essential JS2 version?