I've been using ipyvuetify for a while now, and I find it really extraordinary. I wondered if there is a way of triggering an event when selecting a v.DataTable row : data_table.on_event('click:row', fct) does not seem to work (neither click, change nor update).
In the meantime, I understood that it is not possible to add different widgets - such as v.Chip - in a table, if we want each of them to be different, and if we want to use Python only. Am I wrong ? I managed to do something like it my playing with the layout, as you can see on the screenshot!
I've been using ipyvuetify for a while now, and I find it really extraordinary. I wondered if there is a way of triggering an event when selecting a v.DataTable row :
data_table.on_event('click:row', fct)
does not seem to work (neitherclick
,change
norupdate
).In the meantime, I understood that it is not possible to add different widgets - such as v.Chip - in a table, if we want each of them to be different, and if we want to use Python only. Am I wrong ? I managed to do something like it my playing with the layout, as you can see on the screenshot!
Thanks in advance.