Broke out the table column templates into individual template files
This commit is contained in:
7
templates/tables/columns/abstract/description.html.twig
Normal file
7
templates/tables/columns/abstract/description.html.twig
Normal file
@@ -0,0 +1,7 @@
|
||||
<script id="{{table.id}}-column-description" type="text/x-handlebars-template">
|
||||
{% verbatim %}
|
||||
<td>
|
||||
{{row.description}}
|
||||
</td>
|
||||
{% endverbatim %}
|
||||
</script>
|
||||
Reference in New Issue
Block a user