diff --git a/src/formio/templates/editGrid.ejs b/src/formio/templates/editGrid.ejs index ac65fb0fd..040e04309 100644 --- a/src/formio/templates/editGrid.ejs +++ b/src/formio/templates/editGrid.ejs @@ -1,4 +1,5 @@
+ {% if(ctx.rows.length) { %}
{% ctx.rows.forEach(function(row, rowIndex) { %}
@@ -39,6 +40,7 @@ {% }) %}
+ {% } %} {% if (!ctx.readOnly && ctx.hasAddButton) { %}