I have a data set that looks like this
const data = [ { newYork: {id: 3, name: 'newYork', xyz: 123 }, ... ];I want to access the name property of the nested json object, this is how i am currenlty doing it.
const data = [ { newYork: {id: 3, name: 'newYork', xyz: 123 }, ... ];
<IgrTextColumn
name={obj}
key={`${obj}.name`}
field={`${obj}.name`}
headerText={`${obj}`}
width='*>170'
horizontalAlignment='center'
pinned={obj === 'Zone' ? 'left' : 'none'}
columnOptionsIconBehavior={obj === 'Zone' ? 'AlwaysVisible' : 'Unset'}
isColumnOptionsEnabled={obj === 'Zone' ? 'true' : 'false'}
/>
I also have the same issue. Have you solve it
You are using 16.15.1 and still having issues with DOT notation?
yes
Hello,
Thank you for contacting Infragistics. Which version of our react tools are you using?Please try the latest eg. 16.15.1