mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
On nm init check for grid total number to avoid placeholder actions
This commit is contained in:
parent
f9fa811e2e
commit
2bc4f2b8a4
@ -232,7 +232,7 @@ var et2_dataview_controller = (function(){ "use strict"; return Class.extend({
|
||||
{
|
||||
// No rows, start with an empty
|
||||
this._selectionMgr.clear();
|
||||
this._emptyRow(this._grid._total);
|
||||
this._emptyRow(this._grid._total == 0);
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user