In a VueTable I have set a field like Switch.
I'm trying to capture the event of when the value changes.
But this event is not raised. Did I get the event wrong? Isn't it Change?
I would like to set a field as Combo-Box, but as soon as I enter the name of the field the table goes into error and displays nothing
I'm trying to capture the event of when the value changes.
B4X:
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 like to set a field as Combo-Box, but as soon as I enter the name of the field the table goes into error and displays nothing