Closed camhpj closed 1 year ago
Hi Cameron,
i think this is more an ipyvuetify question, but happy to answer it here. I don't think v_model
supports the way you want to use it. I think you may have to start using a VuetifyTemplate for this.
Regards,
Maarten
Thanks for the reply. I was able to get it working with VuetifyTemplate!
Hi I am trying to create a DataTable with single row select as well as dropdown (Select) menus in one of the columns. My current issue is that changing the value of one dropdown changes the value of every dropdown (probably because they share a v_model). In the end I need to be able to pull the values of the dropdown out of the table.