Disable Column Tooltip in the Data Table component
-
Hi. Is there a way to disable the default Column Tooltip in the Data Table component?
Something like: tooltip: false in the config would be nice
Thanks
-
if you search for and remove this:
,(col.label)?_c('q-tooltip',{domProps:{"innerHTML":_vm._s(col.label)}}):_vm._e()
from quasar.esm.js (in two places:
var TableContent
andvar TableSticky
) you can remove them from all Data Tables. I found this a good solution for now until whenever the supposedly rewritten datatable component arrives.