I am working with a table within dashboard 2.0 using the ui-template as described here. here I am wondering if anyone knows if there is a way I can create clickable items within the table or even add a button. I have tried:
<template v-slot:item.action="{ item }">
<v-btn small @click="buttonAction(item)">Click Me</v-btn>
</template>
but to no avail. Thanks