diff --git a/src/views/PlayerList/PlayerList.vue b/src/views/PlayerList/PlayerList.vue index afd5d4c0..514d972b 100644 --- a/src/views/PlayerList/PlayerList.vue +++ b/src/views/PlayerList/PlayerList.vue @@ -327,7 +327,8 @@ :label="t('table.playerList.displayName')" min-width="140" prop="displayName" - :sortable="true"> + sortable + :sort-method="(a, b) => sortAlphabetically(a, b, 'displayName')">