0
Q:

how to use <tr> in vuetify v-data-table

 <template v-slot:item="{ item }">
  <tr :class="{active: group && item.id == group.id}">
    <td>{{ item.name }}</td>
    <td>{{ item.grade }}</td>
  </tr>
</template>
0

New to Communities?

Join the community