diff --git a/src/unfold/templates/unfold/components/table.html b/src/unfold/templates/unfold/components/table.html index 297df00dd..7926f94d4 100644 --- a/src/unfold/templates/unfold/components/table.html +++ b/src/unfold/templates/unfold/components/table.html @@ -25,7 +25,7 @@

- + {% for cell in row.cols|default:row %} {% if row.table.rows|length > 0 %} @@ -69,7 +69,7 @@

{% for nested_row in row.table.rows %} - + {% for cell in nested_row %} {{ cell }}