yeah i don't have any addListeners. i think the d...
# tornadofx
s
yeah i don't have any addListeners. i think the difference here is that I was just doing something like
Copy code
TreeTableView<MyObject>().apply {
   // add columns
  contextmenu {
    item("menuitem")
    item("yep")
  }
}