I'm trying to change border-spacing iin the v-data-table to:
border-spacing: 0 0.5rem;
I tried setting it with css:
v-data-table > div > table {
border-spacing: 0 0.5rem;
}
or
.v-data-table table {
border-spacing: 0 0.5rem;
}
But both of those did not work. Any idea how can i change space between rows in v-data-table?
<style scoped></style>border-spacingit works on vuetify table