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

+ previous commit

parent bf3a0e89
......@@ -1938,7 +1938,7 @@
}
//TODO add to history
};
},
//TODO избавиться от split, передавать cellId и tableName
_getPressedFilter: function(activeRange, cellId)
......
"use strict";
"use strict";
/* WorksheetView.js
*
......@@ -11943,7 +11943,7 @@
if ( false === isSuccess ) {
return;
}
var sortProps = t.model.autoFilters.getPropForSort(type, cellId, ar, displayName)
var sortProps = t.model.autoFilters.getPropForSort(type, cellId, ar, displayName);
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