I\'m having some dificulties to change the appearance of some TableView rows. The line should show the text with a stroke and in red. Actually, I can show it in red color bu
You must set the strikethrough to the .text class: ;-)
.itemCancelado { -fx-text-fill: red; } .itemCancelado .text { -fx-strikethrough: true; }