@syncfusion/ej2-pivotview 19.4.38 → 19.4.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3084,6 +3084,14 @@ class PivotEngine {
3084
3084
  }
3085
3085
  /* eslint-enable */
3086
3086
  rawHeaders = this.getSortedHeaders(rawHeaders.concat(excessHeaders), this.fieldList[headersInfo.fields[0].name].sort).concat(grandHeader);
3087
+ if (headersInfo.axis === 'row') {
3088
+ this.cMembers = this.getIndexedHeaders(this.columns, this.data, 0, this.filterMembers, 'column', '');
3089
+ this.insertAllMember(this.cMembers, this.filterMembers, '', 'column');
3090
+ }
3091
+ else {
3092
+ this.rMembers = this.getIndexedHeaders(this.rows, this.data, 0, this.filterMembers, 'row', '');
3093
+ this.insertAllMember(this.rMembers, this.filterMembers, '', 'row');
3094
+ }
3087
3095
  }
3088
3096
  if (headersInfo.axis === 'row') {
3089
3097
  this.rowCount = 0;
@@ -16997,7 +17005,7 @@ __decorate$3([
16997
17005
  Property('')
16998
17006
  ], PivotAxis.prototype, "title", void 0);
16999
17007
  __decorate$3([
17000
- Property(null)
17008
+ Property(1)
17001
17009
  ], PivotAxis.prototype, "zoomFactor", void 0);
17002
17010
  __decorate$3([
17003
17011
  Complex({}, CrosshairTooltip)
@@ -29892,6 +29900,7 @@ class PivotButton {
29892
29900
  this.refreshPivotButtonState(fieldName, isNodeUnChecked);
29893
29901
  if (!isNodeUnChecked) {
29894
29902
  this.removeDataSourceSettings(fieldName);
29903
+ filterItem = {};
29895
29904
  }
29896
29905
  this.parent.lastFilterInfo = filterItem;
29897
29906
  let actionInfo = {