Files
simrsx-fe/app/pages/_dev/data-table/index.vue
Munawwirul Jamal a4fb33dc3e dev: hotfix, data table
+ deepFetch for nested field
+ sampel
2025-10-16 16:06:02 +07:00

9 lines
188 B
Vue

<script setup lang="ts">
import { config } from './index.cfg'
import { data } from './index.data'
</script>
<template>
<PubMyUiDataTable v-bind="config" :rows="data" />
</template>