Commit d830ab06 authored by Alexander.Trofimov's avatar Alexander.Trofimov

update only changed pivot

parent d4287075
......@@ -3486,7 +3486,7 @@ var editor;
History.StartTransaction();
callback();
History.EndTransaction();
t.wbModel.getActiveWs()._updatePivotTables(null);
t.wbModel.getActiveWs()._updatePivotTables(pivot.getRange());
t.wb._onWSSelectionChanged();
t.wb.getWorksheet().draw();
}
......
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