This commit is contained in:
2025-06-11 13:54:04 +02:00
parent fca6321dcf
commit 0b6601fabc
8 changed files with 65 additions and 292 deletions

View File

@@ -125,7 +125,7 @@
:headers="headers"
:items="filteredInterests"
:search="search"
:sort-by="[{ key: 'Id', order: 'desc' }]"
:sort-by="[{ key: 'Created At', order: 'desc' }, { key: 'Full Name', order: 'asc' }]"
must-sort
hover
:loading="loading"