Right now, if I want to change the color of a single column in a TableView I have to write a CellFactory class, too many lines of code for such a simple thing.
It would be much more convenient to have the ability to change its properties via CSS.
CellFactories are a lot more powerful and great for other circumstances, but for simple things like this, they seem overly complicated.
It would be much more convenient to have the ability to change its properties via CSS.
CellFactories are a lot more powerful and great for other circumstances, but for simple things like this, they seem overly complicated.