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

View File

@@ -69,10 +69,7 @@ export const useNotificationStore = defineStore('Notification', () => {
tableProps: {
stripe: true,
size: 'small',
defaultSort: {
prop: 'created_at',
order: 'descending'
}
defaultSort: null
},
pageSize: 20,
pageSizeLinked: true,