When strings with newlines in them are rendered in a table cell, the newlines are graphically reproduced and the row is thus resized vertically. This is not always desirable.
An obvious workaround is to strip the newlines from the string in the cell (value) factory. However, it would be nice with a simple utility function like this:
myColumn.setMultiLineText(false)
An obvious workaround is to strip the newlines from the string in the cell (value) factory. However, it would be nice with a simple utility function like this:
myColumn.setMultiLineText(false)