-
Notifications
You must be signed in to change notification settings - Fork 156
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.grid
Description
Steps to reproduce
- Add grid with
autoGenerateset to true -
- In ngOnInit, set
this.grid.shouldGenerate = true
- In ngOnInit, set
- Change the collection that is bound to the grid
dataproperty
this.data = this.data3;
Result
Grid does not recreate its columns based on the new data bound to the data input property
Expected result
Grid to recreate its columns based on the new data bound to the data input property and No errors to be thrown initially.
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.grid
