B4J Question How to change background color cell in table view B4J

hello everybody , I want change background color cell when change of cell value in table view for example change 'a' value to 'b' and then cell background color changed to "Red" how to do it
is there way ?
 

Chris2

Active Member
Licensed User
Longtime User
If you're using the native TableView then check this thread:

If you're using B4XTable then check:
 
Upvote 0
Top