[SSE] Select entire pivot table.
This commit is contained in:
parent
8d89ee185f
commit
00dea9fd5c
|
@ -145,6 +145,9 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
onSelectClick: function(btn, opts){
|
onSelectClick: function(btn, opts){
|
||||||
|
if (this.api) {
|
||||||
|
this._originalProps.asc_select(this.api);
|
||||||
|
}
|
||||||
Common.NotificationCenter.trigger('edit:complete', this);
|
Common.NotificationCenter.trigger('edit:complete', this);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue