I'm not sure I understand how DataGrid works or I'...
# tornadofx
s
I'm not sure I understand how DataGrid works or I'm just blind, but can I get currently selected cell (not item)?
Nvm, I found it: selectionModel.getCellAt(selectionModel.selectedIndexProperty().value)
e
Yes, this is the same with all data controls in JavaFX, so I modeled the DataGrid the same way.