I have a `TreeTableView` with multi-select enabled...
# tornadofx
m
I have a
TreeTableView
with multi-select enabled. I have a context menu that works as expected when a single item is selected but I would like select several items and apply the context menu to all of the selected items. Is that possible?