Imagine having an array of objects that looks like this :
[{id: 1, item: 'apple', taste:'good', item2: 'papaya', taste2: 'bad'}
{id: 2, item: 'melon', taste: 'bad'},
{id: 3, item: 'orange', taste: 'good', item2: 'banana', taste2: 'bad', item3: 'grape', taste3:'good'} .......]
Is there a way to configure the v-data-table so that the header displays as follows?
ID | ITEM | TASTE | ITEM2 | TASTE2 | ITEM3 | TASTE3 .....