Hey, one thing I noticed. When I manipulate a `tab...
# tornadofx
t
Hey, one thing I noticed. When I manipulate a
tablecolumn()
by calling its
useTextField()
and then
cellformat()
functions, the seconds one I call cancels out the first one. So I can't use
cellformat()
when I use
useTextField()
or vice versa. Is this a limitation of JavaFX?