Can anyone imagine why this is not firing?
Not at all?
B4X:
Sub BTX4Table1_CellClicked (ColumnId As String, RowId As Long)
Dim c As B4XTableColumn = B4XTable1.GetColumn(ColumnId)
Dim index As Int = B4XTable1.Columns.IndexOf(c)
Log("" & index)
End Sub