Closed kumarvarun1879 closed 5 years ago
If your html looks like below.
<db-angular-tree-grid [data]="users" [configs]="configs"></db-angular-tree-grid>
then I guess you could assign new data set to "users".
this.users = newData
I did like that only but it's not refreshing. here is the code <db-angular-tree-grid [data]="gridData" [configs]="configs"> in ts this.gridData = newData; // newData changed when dropdown change
Its look like. it does not render table once its already rendered.
hoe can i Refresh whole table as per new data set.