0π
β
It was so simple. I found following solution. It worked perfectly.
<Table :resource="revenue">
<template #cell(tax_name)="{ item: tax }">
{{tax.tax.tax_name}}
</template>
</Table>
Source:stackexchange.com