Commit 8db4e364 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=30478 - Неверные результаты отбора данных...

http://bugzserver/show_bug.cgi?id=30478 - Неверные результаты отбора данных при фильтрации по нескольким столбцам 

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64976 954022d7-b5bf-4e40-9824-e11837661b57
parent d515a366
......@@ -590,6 +590,11 @@ var maxIndividualValues = 10000;
aWs.setRowHidden(hiddenObj.h, hiddenObj.start, i);
}
}
else if(hiddenObj.h !== null)
{
aWs.setRowHidden(hiddenObj.h, hiddenObj.start, i - 1);
hiddenObj.h = null
}
}
}
......@@ -2128,6 +2133,8 @@ var maxIndividualValues = 10000;
var filter = this._getFilterByDisplayName(displayName);
var index = null;
//if(!filter)
//return {filter: null, index: index, ColId: colId};
var autoFilter = displayName === null ? filter : filter.AutoFilter;
colId = this._getTrueColId(filter, colId);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment