How to create a grig of Obect of Obect that extends BaseModelData
How to create a grig of Obect of Obect that extends BaseModelData
Hi all,
I'd like to create a basic grid with 2 field that are 2 different BaseModelData Objects.
I fill in the elements in the store and I can see them while debugging (whatch function in Eclipse) but I'm not able to show them in the grid.
How should I write into the column model for the items to show?
for example
column.setId("name");
in my case name should be an object, so what I expect is something like: