Changing table row color using a property that would not be visible in any column
问题 I need to change the table row color using a property that would not be visible in any column of a tableview . I did the following: create a model class Person ( serialNumber , first , last ). create an observableList of Person using an extractor. create two tableviews( tableview1 , tableview2 ) and one listview that all sharing the same data. tableview1 has a serialCol1 column with a visible property set to false. I want to change tableview1 row color using the serialNumber property that is