Closed jmo21 closed 10 years ago
I use this CSS snippet as a workaround in the meanwhile:
table.dataTable.dtr-inline.collapsed tbody td.dataTables_empty:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th.dataTables_empty:first-child:before {
display:none;
}
The expansion + image is displayed in the Datatables "No data available in table" row when browser triggers responsive features.