hello,
now Table1 has
but search NOT find into idcategorie
do I need to configure something?
B4X:
Table1 as SDUITable
Table1 hasSearch True
and columns as
Table1.AddColumn ("ABC", "Abc")
Table1.AddColumn ("DEF", "Def")
'function search, find into ALL columns, and it is good!
now Table1 has
B4X:
Table1.AddColumn("idcategorie", "Categoria") 'map categorie
Table1.SetColumnComputeValue("idcategorie", "subCategorie")
'
'
Sub subCategorie (item As Map) As String 'ignore
'
'
'
End Sub
do I need to configure something?