Quantcast
Channel: Active questions tagged html - Stack Overflow
Viewing all articles
Browse latest Browse all 67411

Veutify animating v-data-table

$
0
0
<v-data-table         
    :headers="headers"
    :items="rows"
    :items-per-page="30"
     class="elevation-1">

          <template slot="rows" slot-scope="props">
              <td>{{props.rows.username}}</td>
              <td>{{props.rows.password}}</td>
          </template>
          <template v-slot:item.view="{ item }">
              <button v-on:click="viewUser(item.userId)" class="btn btn-outline-info">View Patient Data</button>
          </template>
          <template slot="rows" slot-scope="props">
          <td>{{props.rows.email}}</td>
          </template>
  </v-data-table>

How do I make it so every time a new row appears it fades in rather than "just appearing"?

Thank you


Viewing all articles
Browse latest Browse all 67411

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>