Fix up caching, clearing and filtering, so we cache what we need and clear only what we have to when filtering

Selection still needs work.
This commit is contained in:
Nathan Gray
2014-01-21 15:21:42 +00:00
parent 58e13743fc
commit 4d997bf7c8
6 changed files with 40 additions and 12 deletions

View File

@ -152,7 +152,6 @@ var et2_dataview_selectionManager = Class.extend(
if (!_noDelete
&& this._registeredRows[_uid].state === EGW_AO_STATE_NORMAL)
{
delete this._indexMap[this._registeredRows[_uid].idx];
delete this._registeredRows[_uid];
}