@syncfusion/ej2-querybuilder 20.1.59 → 20.2.36

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.
@@ -3160,6 +3160,7 @@ var QueryBuilder = /** @__PURE__ @class */ (function (_super) {
3160
3160
  case 'columns':
3161
3161
  this.columns = newProp.columns;
3162
3162
  this.columnSort();
3163
+ this.updateSubFieldsFromColumns(this.columns);
3163
3164
  break;
3164
3165
  case 'sortDirection':
3165
3166
  this.sortDirection = newProp.sortDirection;