Use template to insert a div that reveals only on hover with a sidebutton on absolute:
<v-data-table>
<template #item="{ item }">
<div class="myBorderBottomBlueClass"> // only reveal on hover
// my icon in absolute position left with @click
</div>
</template>
</v-data-table>