I have implemented a custom datePickerTableCell to show a date picker on cell edit. I am using the ExtFX DatePicker (https://bitbucket.org/sco0ter/extfx/overview). Everything wo
I faced a similar issue when using a TextArea as table cells. The issue turns out to be I was using startEdit in the TableCell implementation. Using TableView#edit instead of startEdit resolved the issue.