Hi everyone! ![]()
I’m trying to display a dynamic table inside a loop using Alpha components, but I’m struggling to correctly map the data to each table instance.
Here’s a screenshot of what I’m aiming for:.
This is the sample data I’m working with:
const idDetails = {
0: [
{ code: “DUMMY”, number: “DUMMY NUMBER” },
{ code: “DUMMY”, number: “DUMMY NUMBER” }
],
1: [
{ code: “DUMMY”, number: “DUMMY NUMBER” },
{ code: “DUMMY”, number: “DUMMY NUMBER” }
]
};
