Help: Displaying Dynamic Table Inside a Loop with Alpha Components

Hi everyone! :waving_hand:

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” }
]
};

4 Likes

@Irfan_Ali @vaibhav @Paul_Thomas please help the team

1 Like

@VAjith Please raise it as a bug

2 Likes