It's too bad, that `internal var TableColumn<*,...
# tornadofx
v
It's too bad, that
internal var TableColumn<*, *>.resizeType: ResizeType
, I need to copy
resizeType
from one column to another. Or is there another way to clone a column (of
TableView
)?