The best way to hide the sort icon is via header-props . For example: <v-data-table :headers="headers" :items="items" :header-props="{ sortIcon: null }" >.
確定! 回上一頁