So in the out put there is not a way to display the value in stead of the id. Not it I put #Action# in the template line I get 1, or 2 or whatever the id is but I want the value associated with 1,2,or whatever the action id is. I was looking to call a function of something within the template line.
Template can be set as a function. Template function is called to each data item when it’s rendered and should return html string with item innerHTML. The template from my previous demo can be rewrite as in: