columnName: "fieldName",
columnLabel: "Invoice",
<template v-for="(properties, j) in header" :key="j">
<td
class="text-nowrap"
:class="{ 'text-end': j === header.length - 1 }"
>
<slot :name="`${properties.columnLabel}`" :row="row">
{{ row[prop] }}
</slot>
</td>
</template>
itemsPerPage
to the length of your data.:itemsPerPage="tableData.length"