I am filling in a table with data, but there is a column called observations in which the text is often very long and leaves the cell. I would like to know in what way I can make the cell expand downwards and show the full text, as in excel the text is used.
something like this code:
I tried to implement but I get an error in the initialize:
col_obserrvaciones.setCellFactory (WRAPPING_CELL_FACTORY);
I do not take the setCellFactory, I'm wrong with it.