@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.
@@ -3096,6 +3096,7 @@ let QueryBuilder = class QueryBuilder extends Component {
3096
3096
  case 'columns':
3097
3097
  this.columns = newProp.columns;
3098
3098
  this.columnSort();
3099
+ this.updateSubFieldsFromColumns(this.columns);
3099
3100
  break;
3100
3101
  case 'sortDirection':
3101
3102
  this.sortDirection = newProp.sortDirection;