I have data like this:
data=[
{
firstName: 'Hello',
lastName: 'World',
age: 10
},
{
firstName: 'Hello',
lastName: 'World',
age: 10
}
];
How do i create table with multi rows in label like this with Json2Csv.Parser?