No Matching records found message hidden by fixed columns
No Matching records found message hidden by fixed columns
dykstrad
Posts: 20Questions: 0Answers: 1
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.