{%- set static = static ?? false %} {%- set cols = cols ?? [] %} {%- set rows = rows ?? [] %} {%- set initJs = not static and (initJs ?? true) -%} {%- set minRows = minRows ?? null %} {%- set maxRows = maxRows ?? null %} {%- set staticRows = static or (staticRows ?? false) or (minRows == 1 and maxRows == 1 and rows|length == 1) %} {%- set fixedRows = not staticRows and (minRows and minRows == maxRows and minRows == rows|length) %} {% if not static %} {% endif %}