IgniteUI / igniteui-angular

Ignite UI for Angular is a complete library of Angular-native, Material-based Angular UI components with the fastest grids and charts, Pivot Grid, Dock Manager, Hierarchical Grid, and more.
https://www.infragistics.com/products/ignite-ui-angular
Other
568 stars 159 forks source link

Tree: nested objects #9593

Closed danielsogl closed 2 years ago

danielsogl commented 3 years ago

Is your feature request related to a problem? Please describe.

The tree component should handle nested objects with more then one level of children.

Describe the solution you'd like

export interface DummyData {
  name: string;
  children?: DummyData[];
}

Additional context

Currently the user have to write duplicated code to handle nested objects.

kdinev commented 3 years ago

@danielsogl This is a side effect of an issue in the Angular framework. We have reflected this through the known issues and limitations and more details can be found here:

https://github.com/IgniteUI/igniteui-angular/wiki/Tree-Specification#recursive-template-nodes

github-actions[bot] commented 2 years ago

There has been no recent activity and this issue has been marked inactive.