Result photo I want to express the data horizontally like the result picture.
I want to specify a slot from v-data-table to group by (class), but it is not recognized.
Please let me know if you know how.
<template #[`item.group-by`]="{ item }">
</template>
Please let me know if there is another way other than group by. Should we swap rowspan or row/col? I'm thinking about it. This is the current progress picture.