vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.81k stars 6.96k forks source link

[Feature Request] Add white-space: nowrap to DataTable headers #13278

Closed NicoAiko closed 2 years ago

NicoAiko commented 3 years ago

Problem to solve

When the table gets smaller (e.g. resizing) or is small in general, and has sortable columns, the sort indicator icon is moved to the next line. This looks inconsistent with e.g. unsortable columns as the alignment is off.

Proposed solution

Add white-space: nowrap to VDataTable thead th elements

jacekkarczmarczyk commented 2 years ago

Duplicate of https://github.com/vuetifyjs/vuetify/issues/10164