How to display the index of an array using the vuetify data table?
问题 I have a response from server which has the array of data passing to my vue instance. I have completed the data table using that array.But all i need to know how can I display the index of my array for serial no. here i am attaching my component code My response is ok and table is ok too.I just need to increase a column more and display the index value there. Tnks in advance My array name is customers. <v-data-table v-bind:headers="headers" v-bind:items="customers" v-bind:search="search" v