Example of Overview in React Tree Grid Component

/
/
Overview

This React Tree Grid example demonstrates the overview of basic Tree Grid features such as sorting, filtering, conditional formatting, column template and scrolling.

More Details...

USA
USA
327.892
2.2 %
3.9%
9147590 km2
NormalUTC -5 to -10)
USA
Washington, D.C.
0.693972
4.7 %
4.3%
184827 km2
NormalUTC -5)
USA
New York
8.175133
1.9 %
3.9%
783.8 km2
NormalUTC -5)
USA
New Mexico
2.08807
0.1 %
4.7%
315194 km2
NormalUTC -7)
USA
Alaska
0.297832
-0.5 %
6.3%
1717856 km2
NormalUTC -9)
Greece
Greece
10.783625
1.5 %
20.8%
131957 km2
NormalUTC +2.0)
Greece
Athens
0.664046
1 %
7.7%
2929 km2
NormalUTC +2.0)
Greece
Arcadia
0.058799
2.5 %
3%
28.83 km2
NormalUTC +2.0)
Greece
Argolis
0.097044
2.1 %
6.2%
2154 km2
NormalUTC +2.0)
Germany
Germany
82.293457
2.2 %
3.3%
357386 km2
NormalUTC +1.0)
Germany
Berlin
3.539234
4.1 %
7.7%
891.8 km2
NormalUTC +1.0)
Germany
Bavaria
12.997204
3.1 %
2.7%
70550 km2
NormalUTC +1.0)
Germany
Saxony
4.081308
3.8 %
6.2%
18416 km2
NormalUTC +1.0)
Bangladesh
Bangladesh
185.584811
7.3 %
4.3%
147570 km2
NormalUTC +6.0)
Bangladesh
Dhaka
10.3565
7.28 %
7.4%
306.4 km2
NormalUTC +6.0)
Bangladesh
Barisal
0.202242
6.3 %
5%
16.37 km2
NormalUTC +6.0)
Bangladesh
Chittagong
3.920222
6.3 %
4.7%
168.1 km2
NormalUTC +6.0)
Egypt
Egypt
99.375741
4.2 %
9.9%
1001449 km2
NormalUTC +2.0)
Egypt
Cairo
7.734614
3.7 %
11.3%
528 km2
NormalUTC +2.0)
Egypt
Alexandria
3.811516
4.2 %
5.3%
46.42 km2
NormalUTC +2.0)
Egypt
Giza
2.443203
4.1 %
4.7%
1580 km2
NormalUTC +2.0)
Canada
Canada
36.953765
3 %
5.8%
9984670 km2
NormalUTC -3.3 to -8)
Canada
Ontario
14.374084
2.8 %
5.9%
908607 km2
NormalUTC -5)
Canada
Quebec
8.455402
1.9 %
5.6%
1542056 km2
NormalUTC -4 to -5)
Canada
Alberta
4.334025
1.6 %
7.8%
661848 km2
NormalUTC -7)
Canada
Manitoba
1.348809
2.9 %
6%
647797 km2
NormalUTC -6)
Description

The Tree Grid is used to represent the hierarchical data in a tabular format, combining the visual representation of Grid and TreeView controls. It represents the data from datasource such as an array of JSON objects, OData web services, or DataManager binding data fields to columns or self-referential datasource.

In this demo, Tree Grid features such as sorting, filtering, conditional formatting, column template and scrolling are used.

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