[SSE] Select entire pivot table.

This commit is contained in:
Julia Radzhabova 2018-02-05 15:41:24 +03:00
parent 8d89ee185f
commit 00dea9fd5c

View file

@ -145,6 +145,9 @@ define([
},
onSelectClick: function(btn, opts){
if (this.api) {
this._originalProps.asc_select(this.api);
}
Common.NotificationCenter.trigger('edit:complete', this);
},