Hello,
the documentation says about "SelectedRowValues":
Now i want to scroll to the row where column(X) = User
I tried this but not working
How can i do this?
the documentation says about "SelectedRowValues":
"Gets the values of the selected row or sets the selected row based on the given values."
Now i want to scroll to the row where column(X) = User
I tried this but not working
B4X:
ticketTable.SelectedRowValues(3)="UserXY"
How can i do this?