In a VueTable I have set a field like Switch.
I'm trying to capture the event of when the value changes.
Private Sub VueTable1_columnname_Change (item As Map)
vuetify.ShowSwal(banano.ToJson(item))
End Sub
But this event is not raised. Did I get the event wrong? Isn't it Change?
I would...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.