Custom Theme | Excluding a Column | Customer Statement - Unpaid Invoice

Turns out that it’s not as straight forward as I originally thought but you can change this for loop to:

{% assign n = table.columns | size | less: removedCols | plus: 1%}
{% for k in (1.. n) %}
1 Like