vue3-datatable is a powerful component for creating dynamic and customizable data tables. It supports large amounts of data, sorting, pagination, and filtering and highly customizable
<template>
<vue3-datatable :rows="rows" :columns="cols">
<!--
Please let me know ?, Can i loop template tag with v-for ?
Example :
<template v-for="c in 10" #code="data">
X0{{ c }}
</template>
-->
</vue3-datatable>
<template>