Skip to content

Grid does not recreate its columns collection after data change #14315

@hanastasov

Description

@hanastasov

Steps to reproduce

  1. Add grid with autoGenerate set to true
    1. In ngOnInit, set this.grid.shouldGenerate = true

Result 1:
See console:
image

  1. Change the collection that is bound to the grid data property
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

Labels

🐛 bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.grid

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions