dev: hotfix, data table

+ deepFetch for nested field
+ sampel
This commit is contained in:
2025-10-16 16:06:02 +07:00
parent cc848a662f
commit a4fb33dc3e
4 changed files with 132 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
<script setup lang="ts">
import { config } from './index.cfg'
import { data } from './index.data'
</script>
<template>
<PubMyUiDataTable v-bind="config" :rows="data" />
</template>