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 ?
Have built a program and managed to center all the cells of the TableView. .table-column .cell { -fx-alignment: CENTER; } However, I would like to be able to set the columns to different alignment and colors. My search has not found anything other than Cell Factories or something like that...
Hi everyone! Well.. I'm working on a B4Xtable and I'd like to change X Row according to content.. Ex: I have the column "state" below it shows "Exists" and "Not Exists" and I need to change the row's color if it's "Not Exists" I've seen this post: B4XTable How do I change the color of a row ...