No Matching records found message hidden by fixed columns

No Matching records found message hidden by fixed columns

dykstraddykstrad Posts: 20Questions: 0Answers: 1
edited October 2014 in Free community support

I have found that with the filter enabled on a table that utilizes fixed columns, if you end up with no matching records, any fixed columns end up covering the "No Matching Records Found" message. a simple work around was with css.

.DTFC_LeftBodyWrapper .dataTables_empty {
    display: none;
}
This discussion has been closed.