We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a6d49 commit 119626aCopy full SHA for 119626a
2 files changed
.changeset/social-phones-share.md
@@ -0,0 +1,5 @@
1
+---
2
+"@uozi-admin/curd": patch
3
4
+
5
+fix(curd): add default row-key attribute to StdTable component for improved data handling
packages/curd/src/components/StdTable.vue
@@ -366,6 +366,7 @@ function SearchFormExtraRender() {
366
:columns="dataColumns"
367
:data-source="tableData"
368
:loading="tableLoading"
369
+ row-key="id"
370
v-bind="{
371
scroll: {
372
x: 'max-content',
0 commit comments