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
Specify a separate style for an empty table. E.g.
table.empty tbody td { border: 0; }
And add it conditionally.