I also don't think you wanted to declare the table...
# tornadofx
e
I also don't think you wanted to declare the tableRow as a
val
, since you're passing it on to the
TableRowSkin
constructor, hence it is probably already available to you, no need to declare a new property to access it.