https://kotlinlang.org logo
e

edvin

07/20/2017, 6:15 AM
@bkenn That would certainly be possible. Right now we're just using
TextFieldTableCell.forTableColumn()
to generate the TextField cell, and it doesn't support a
TextFormatter
. We would have to create our own
cellFactory
to do that. Not a big deal, absolutely doable I think.