Item grid header in print format
This commit is contained in:
parent
11cb9de10a
commit
4ce020f521
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
{% if data|length -%}
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: 3%">{{ _("Sr") }}</th>
|
<th style="width: 3%">{{ _("Sr") }}</th>
|
||||||
<th style="width: 57%">{{ _("Item") }}</th>
|
<th style="width: 57%">{{ _("Item") }}</th>
|
||||||
@ -17,6 +18,7 @@
|
|||||||
<th style="width: 15%;" class="text-right">{{ _(data[0].meta.get_label("amount")) }}</th>
|
<th style="width: 15%;" class="text-right">{{ _(data[0].meta.get_label("amount")) }}</th>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
</tr>
|
</tr>
|
||||||
|
{%- endif %}
|
||||||
{%- for row in data -%}
|
{%- for row in data -%}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ row.idx }}</td>
|
<td>{{ row.idx }}</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user