DataTables / Responsive

Responsive extension for DataTables, providing support for complex tables on all device screen sizes
Other
148 stars 87 forks source link

Expansion image showing incorrectly when zero rows in table #2

Closed jmo21 closed 10 years ago

jmo21 commented 10 years ago

The expansion + image is displayed in the Datatables "No data available in table" row when browser triggers responsive features.

fdelapena commented 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;
}