diff --git a/etemplate/js/et2_dataview_controller.js b/etemplate/js/et2_dataview_controller.js index 5a87b7be11..6562ba4904 100644 --- a/etemplate/js/et2_dataview_controller.js +++ b/etemplate/js/et2_dataview_controller.js @@ -225,6 +225,11 @@ var et2_dataview_controller = Class.extend({ // Don't try to insert the rows, grid will do that automatically } + if(idx == 0) + { + // No rows, start with an empty + this._emptyRow(); + } }, /**