I have a `treeTableVeiw` and I want to apply style...
# tornadofx
a
I have a
treeTableVeiw
and I want to apply style to make row borders visible and different background colors to odd and even rows. I can't apply the style sheet to the
App
, and whatever else I do does not seem to work. I supposed that all I needed to do was to create a Stylesheet member and then to add it to
treeTableView
via
addClass
. Does not seem to work.