How to add column of specialized entitys attribute on DataGrid?

0
Hi, guys I created one general entity and two specialized entities as follows; And I created an overview page and configured a specialized edit page as well. I want to add some attributes for each specialized entities but the attribute selection dialog for each column only shows the attributes of the general entity.   Following is what I want to do.   How can I do that? Thanks in advance :)
asked
2 answers
0

You might want to look at the template grid widget for this.

Another option would be to use calculated values, but that is almost never the preferred solution because of the performance impact.

answered
0

I tried to add some attributes for a specialized entity to the template grid widget, but it shows only the attributes of a general entity.

answered