When using the Vuetify data table, I noticed that when the header is long, the sorting arrows end up appearing under the header. My goal is to have the sorting arrows always remain on the same line as the header.
Below is an example of my data table setup:
<v-data-table
:headers="headers"
:items="truncatedRows"
:items-per-page="5"
class="elevation-1"
></v-data-table>
This is how it currently looks:
https://i.sstatic.net/zbuPH.png
My desired outcome regardless of header length: