I need an editable table to quickly enter some tabular data. I’ve created a custom TableFieldFactory to create fields, but components in cells look ugly (diferent height mainly). I fixed up the height to 23px and TextFields look ok but DateFields still look strange.
Please see image attached.
Which is the right way to format components used as cell editors?
I’m working in an application to manage bank checks information. Forms are not suitable because users prefer to use only the keyboard and navigate data as in MS-Excel.
This is a theme issue - in the reindeer theme, some component heights are effectively fixed, and some padding for table cells might also affect this. Take a look at the UI with Firebug or similar.
I think there was something somewhat related (component sizes in table cells) elsewhere on the forum, or maybe someone who knows the reindeer theme and CSS better can answer this. Some other themes may function better “out of the box”, so you could also try setTheme(“runo”) or some theme from the directory.