<@U6K8B0PEH> I looked at your code. The reason it'...
# tornadofx
e
@harshmaur I looked at your code. The reason it's working for you is that you're actually using a ViewModel as your items for the TableView. That's not necessary in most cases, you might as well just skip that level of indirection and use your domain object directly in the list.