Is it possible to achieve this Displaying complex data in the same row So that I have an object and this object has a list of each key inside it
I want to display the names in the same column and the same row for the object in the list that I fetch by JSON from the server so that this data for one object is similar to the tags
as below image table and data
I have list of object inside each object there is other list for object branch & services
I try this :
{field: 'BRANCHES.BRANCH_NAME', headerText: gLungPage.lblBranch, textAlign: 'Center', width: 130, },
but not work
I try this :
{field: 'BRANCHES.0.BRANCH_NAME', headerText: gLungPage.lblBranch, textAlign: 'Center', width: 130, },
just back first child in list