Help me! My code xml file in field ngày giao:
<td t-att-rowspan="len(layout_category['lines'])">
<span t-field="doc.date_order"/>
</td>
I want to combine it into one row, But I'm having the same problem Plese!! help me!
Help me! My code xml file in field ngày giao:
<td t-att-rowspan="len(layout_category['lines'])">
<span t-field="doc.date_order"/>
</td>
I want to combine it into one row, But I'm having the same problem Plese!! help me!
I believe you are thinking of colspan
rather than rowspan
.
Try it with t-att-colspan
instead.