vtable

  1. Star-Dust

    B4J Question [SOLVED] [Vuetify] VueTable - Switch and Combo-Box

    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...
Top