How to get Index of selected v-item inside a v-data-iterator with pagination enabled #12478
-
Hello good people anyone used vuetify's v-item-group and v-data-iterator here I have a problem..I have rows of v-cards wrapped inside v-cols which are all then wrapped inside a v-item-group with each v-col inside a v-item and then all of that wrapped inside the parent v-data-iterator now ! got two problems
I would love to get the actual index as is in the data source passed to the items props and I would like to stop the consecutive selection of cards. Below is a link to reproduce my issue. Any help is highly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Please give some reproduction steps to illustrate what should or should not happen in the sandbox. At first glance I'm not entirely sure why you have a |
Beta Was this translation helpful? Give feedback.
-
I have an issue though not related to this. If i want to disable the cards marked as assigned when I click one or more cards that have been marked as unassigned. I am using a boolean flag |
Beta Was this translation helpful? Give feedback.
Please give some reproduction steps to illustrate what should or should not happen in the sandbox.
At first glance I'm not entirely sure why you have a
v-item-group
inside the iterator.