Here is my github project:
[email protected]:quangnv13/syncfusion-dynamic-tree-grid.git
user: user1
password: 123456
url for test this problem: http://localhost:4200/task/test
Here is my logic add column

In template i load column with this code:
<e-columns>
<e-column
*ngFor="let item of columns"
[field]="item.field"
[headerText]="item.headerText"
></e-column>
</e-columns>
After i added column and view render a few seconds it's through an error like below.