Our product owner would like the our empty tables to display just table header when there is no data in table. I can\'t seem to prevent dataTable from creating a row with \"
The most current way to hide the messages is by using the language option
$('#loggedMessages').DataTable({ "language": { "emptyTable": ' ', "zeroRecords": ' ' } });