Is there any way to prevent an h:datatable from creating an empty row when the backing value is empty? More specifically: I have a collection of data to be displayed in 3 co
You might be able to avoid the column header disapearing if you instead wrap your method in an outputText tag
Example:
Address
This way the column itself does not depend on the values