Example of Default Functionalities in Angular Tree Grid Component

This sample demonstrates the default rendering of the Tree Grid with minimum configuration.

1
Planning
2/3/20172/7/20175100Normal
2
Plan timeline
2/3/20172/7/20175100Normal
3
Plan budget
2/3/20172/7/20175100Low
4
Allocate resources
2/3/20172/7/20175100Critical
5
Planning complete
2/7/20172/7/201700Low
6
Design
2/10/20172/14/2017386High
7
Software Specification
2/10/20172/12/2017360Normal
8
Develop prototype
2/10/20172/12/20173100Critical
9
Get approval from customer
2/13/20172/14/20172100Low
10
Design Documentation
2/13/20172/14/20172100High
11
Design complete
2/14/20172/14/201700Normal
12
Implementation Phase
2/17/20172/27/20171166Normal
1 of 3 pages (36 items)
Description

The Tree Grid component is used to display and manipulate hierarchy data with configuration options to control the way the data is presented and manipulated. It will pull the data from a data source, such as an array of JSON objects, OData web services, or DataManager; binding data fields to columns.

The user needs to import TreeGridModule into the application to use Tree Grid component. The TreeGridModule contains declarations required to instantiate the Tree Grid component.

ejs-treegrid is the CSS selector to render Tree Grid component.

In this demo, the Tree Grid is populated with its minimum default settings.

More information on the Tree Grid instantiation can be found in this documentation section.