Closed cagataycivici closed 8 years ago
As an alternative to content function in column object, add mustache.js template support to be used like;
columns:[ {field:'year', contentTemplate: 'someel'} //... ]
<div id="someel"> <script type="x-tmpl-mustache"> <input type="submit" ... {{year}} </script> </div>
@Mrtcndkn Please review picklist, datagrid or any other widget with templating support to implement this.
As an alternative to content function in column object, add mustache.js template support to be used like;