<@UC146300Y> I can look at this later. For now, I...
# tornadofx
c
@Boyong I can look at this later. For now, I'm using cellFactory which returns TextFieldTabelCell w. DefaultStringConverter. This pair is the default functionality and cellFactory behaves just as it does had I not specified cellFactory. There is a difference in that I slipped in a Key EventListener to intercept key presses as they're heading to the text field if you call it.consume(), that keypress will be "rejected". (Actually filtered before it reaches the underlying TextField)