fix: datatable sorting issue

This commit is contained in:
pa
2025-12-29 14:39:49 +09:00
committed by Natsumi
parent cb3f4b77a8
commit 21c862a583
9 changed files with 165 additions and 213 deletions
+1 -4
View File
@@ -90,10 +90,7 @@ export const useFriendStore = defineStore('Friend', () => {
tableProps: {
stripe: true,
size: 'small',
defaultSort: {
prop: 'created_at',
order: 'descending'
}
defaultSort: null
},
pageSize: 20,
pageSizeLinked: true,