mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
Avoid double-parsing nm row if for some reason grid has too many rows.
Should fix missing initial data, but I'm still not sure exactly why row grid can have too many rows.
This commit is contained in:
parent
9f33ebf782
commit
9644e4b1df
@ -1853,7 +1853,7 @@ export class et2_nextmatch extends et2_DOMWidget implements et2_IResizeable, et2
|
||||
{
|
||||
this._parseHeaderRow(_grid.cells[y], _grid.colData);
|
||||
}
|
||||
else
|
||||
else if(this.controller == null)
|
||||
{
|
||||
this._parseDataRow(_grid.cells[y], _grid.rowData[y],
|
||||
_grid.colData);
|
||||
|
Loading…
Reference in New Issue
Block a user