Commit 2e03fc18 authored by GoshaZotov's avatar GoshaZotov

+ previous commit

parent ac2f1ecd
...@@ -1956,7 +1956,7 @@ var maxIndividualValues = 10000; ...@@ -1956,7 +1956,7 @@ var maxIndividualValues = 10000;
} }
//TODO add to history //TODO add to history
}; },
//TODO избавиться от split, передавать cellId и tableName //TODO избавиться от split, передавать cellId и tableName
_getPressedFilter: function(activeRange, cellId) _getPressedFilter: function(activeRange, cellId)
......
...@@ -11924,7 +11924,7 @@ ...@@ -11924,7 +11924,7 @@
if ( false === isSuccess ) { if ( false === isSuccess ) {
return; return;
} }
var sortProps = t.model.autoFilters.getPropForSort(type, cellId, ar, displayName) var sortProps = t.model.autoFilters.getPropForSort(type, cellId, ar, displayName);
var onSortAutoFilterCallBack = function() var onSortAutoFilterCallBack = function()
{ {
......
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