Add empty row placeholder

This commit is contained in:
Nathan Gray
2013-03-13 18:42:03 +00:00
parent 656c3f3eb5
commit 3c69b26525
6 changed files with 87 additions and 3 deletions

View File

@@ -683,6 +683,8 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput], {
null,
this.options.settings.actions
);
// Need to trigger empty row the first time
if(total == 0) this.controller._emptyRow();
// Set custom data cache prefix
if(this.options.settings.dataStorePrefix)