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 \"
If you want to remove the tbody attacched from datatable plugin, you can try this workaround:
$('.dataTables_empty').parent().parent().remove();