Problem: I’m trying to use the TreeGrid component in my vaadin 7 application. but, it is not showing child elements.
it is considering all the records as parent and showing it like normal grid.
I’ve followed the way of coding explained here : https://github.com/vaadin/tree-grid.git
there may be a small mistake but I couldn’t found it. can anyone help me in this?
Add-on used: https://vaadin.com/directory/component/vaadin-treegrid/overview
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-treegrid</artifactId>
<version>0.7.8</version>
</dependency>
I’ve attached a screenshot of how Treegrid is showing data. I was expecting output like:
S001 parent1
-I001 child1
-I002 child2
I hope this is enough information to know what is the problem? if not then please let me know.
Thank you

18379122.java (3.06 KB)
18379125.java (4.51 KB)
18379128.java (490 Bytes)