[Royale] TreeGrid

2018-01-16 Thread Peter Ent
Hi, I've committed/pushed code that makes TreeGrid work. You can look at TreeExample to see how to use it. Basically, TreeGrid is just like DataGrid except it works with HierarchicalData. You define which column you want to hold the tree using a description. For the other columns use . You ca

[Royale] TreeGrid

2017-12-12 Thread Peter Ent
Hi, I've pushed a new component for the Basic package: TreeGrid. This component is a hybrid of Tree and DataGrid. TreeGrid uses a Hierarchical data provider and displays a Tree in the first column; the other columns display additional fields from the records. You can use TreeGrid like this: