Hey! Not really a TornadoFX question, but JavaFX o...
# javafx
o
Hey! Not really a TornadoFX question, but JavaFX one đŸ™‚ When a
TableView
is made editable, every mouse double click / mouse single click on a selected cell / [Enter] press starts cell edit. This is pretty annoying, is there an easy way to disable it? I have a dedicated button in the UI to trigger cell edit. Slack Conversation
m
You should probably have a look at the Cell class you are using and consume some event there before it triggers the edit action. I don't know any "easy" way. I would look into the implementation of TableView and the Cell.