Blockier templates table structure
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{% block table_cell_template_description %}
|
||||
<script id="{{table.id}}-column-description" type="text/x-handlebars-template">
|
||||
{%- verbatim %}
|
||||
<td>
|
||||
{{row.description}}
|
||||
</td>
|
||||
{% endverbatim -%}
|
||||
</script>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user