I want to use the default grouping function in the vuetify datatable.
It works fine, but I want to change the default button style for grouping and replace it with an icon.
Is that possible? If I inspect the button in the dev tools, it just shows <span>group</span>.
Found only this in the docs: https://vuetifyjs.com/en/components/data-tables/#grouped-rows
Edit: By now I know what I would like. I am looking for the default template for the v-slot:header. This is where the button I mentioned above is generated that starts the grouping.
<template v-slot:top>to customize the html content in the table header - sugarsv-slot:groupand more specific details can be viewed in the document. - sugarsv-slotspecified in the document is not passed in, the template may be filtered and not rendered. - sugars