[SSE] Change width dropdown menu tamplates pivot table

This commit is contained in:
Alexei Koshelev 2022-09-09 11:49:17 +03:00
parent 39ca6a7e87
commit f2cc301d7e

View file

@ -283,7 +283,7 @@ define([
beforeOpenHandler: function(e) {
var cmp = this,
menu = cmp.openButton.menu,
columnCount = 4;
columnCount = 7;
if (menu.cmpEl) {
var itemEl = $(cmp.cmpEl.find('.dataview.inner .style').get(0)).parent();