Hi Erel,
I have begun to use the B4A Table CustomView.
In the B4XTable1.CellClicked (ColumnId As String, RowId As Long) routine the RowID begins with 1, why?
We are all used that indexes begin with 0, why does it begin here with 1?
Trying
Returns null.
I put Wish as the prefix, because I would like to have this index coherent with all the others.
I have begun to use the B4A Table CustomView.
In the B4XTable1.CellClicked (ColumnId As String, RowId As Long) routine the RowID begins with 1, why?
We are all used that indexes begin with 0, why does it begin here with 1?
Trying
B4X:
mp = bxtTable.GetRow()
Log(mp.Get(ColumnId))
I put Wish as the prefix, because I would like to have this index coherent with all the others.