# NestedData
This component and NestedDataItem are used to have the same behaviour as the ExpendableEmbeddedList.
The idea is that each item (see ItemGlobal interface) passed as data to the NestedList has a `nestedData` field.
That `nestedData` has the same structure as the item, and so the NestedData uses the same logic of `.map()`-ing through the NestedList's headers in order to retrieve each column's value.

# Warning
At the time of this writing the style (white borders on each side of the nested data) is implemented thanks to a background-image with gradient. This will not be the final implementation as we want border-radius on the top and bottome left/right corners.
Unfortunately this requires to re-do a good chunk of the CSS hierarchy, which is not a priority.