dev: hotfix, cleaning data-table

This commit is contained in:
2025-10-15 07:37:57 +07:00
parent 0e43bff367
commit 32c815a6e5
83 changed files with 2260 additions and 2487 deletions

No files matched your search

+2 -7
View File
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { cols, funcComponent, funcHtml, funcParsed, header, keys } from './list-cfg'
import { config } from './list-cfg'
defineProps<{
data: any[]
@@ -8,12 +8,7 @@ defineProps<{
<template>
<PubMyUiDataTable
v-bind="config"
:rows="data"
:cols="cols"
:header="header"
:keys="keys"
:func-parsed="funcParsed"
:func-html="funcHtml"
:func-component="funcComponent"
/>
</template>