Commit 32b35d7a authored by GoshaZotov's avatar GoshaZotov Committed by Alexander.Trofimov

+ previous commit

parent bf3a0e89
...@@ -1938,7 +1938,7 @@ ...@@ -1938,7 +1938,7 @@
} }
//TODO add to history //TODO add to history
}; },
//TODO избавиться от split, передавать cellId и tableName //TODO избавиться от split, передавать cellId и tableName
_getPressedFilter: function(activeRange, cellId) _getPressedFilter: function(activeRange, cellId)
......
"use strict"; "use strict";
/* WorksheetView.js /* WorksheetView.js
* *
...@@ -11943,7 +11943,7 @@ ...@@ -11943,7 +11943,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