-
Hi, I can make selectable rows with |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 14 replies
-
The selection state is driven by the |
Beta Was this translation helpful? Give feedback.
-
@jourdain Hi, Thank you for the response. |
Beta Was this translation helpful? Give feedback.
-
@jourdain thank you for the help! Also I just found your answer on similar query. with vuetify.VDataTable(**table):
with vuetify.Template(calories="{ item }", __properties=[("calories", "v-slot:item.calories"),],):
vuetify.VChip("{{ item.calories }}", color=("item.color",), dark=True,)
with vuetify.Template(glutenfree="{ item }", __properties=[("glutenfree", "v-slot:item.glutenfree"),],):
vuetify.VSimpleCheckbox("{{ item.glutenfree }}", v_model=("item.glutenfree",), disabled=False) |
Beta Was this translation helpful? Give feedback.
You can make a method call or update a state to pass the currently changed row.