How can I add I tooltip to Vuetify 3 datatable header without having to re-implement sort functionality?
There was an answer to similar question few years ago but its for Vuetify 2: https://stackoverflow.com/a/58718975/934257
How can I add I tooltip to Vuetify 3 datatable header without having to re-implement sort functionality?
There was an answer to similar question few years ago but its for Vuetify 2: https://stackoverflow.com/a/58718975/934257
Works the same as in the linked answer, except that the
header.${string}slot is calledcolumn.${string}now, and the tooltip'sactivatorslot now gets apropsvalue instead ofon:Here it is in a playground