dataTables_empty
dataTables_empty
dascentral
Posts: 2Questions: 0Answers: 0
Correct me if I am wrong but the "Zero records found cell" has "text-align: center" injected inline in addition to the application of the "dataTables_empty" class.
I would love to be able to style that "text-align: left" but adding that rule to the "dataTabes_empty" class cannot override the inline style.
Using v1.4.2.
I would love to be able to style that "text-align: left" but adding that rule to the "dataTabes_empty" class cannot override the inline style.
Using v1.4.2.
This discussion has been closed.
Replies
Good call - the class on that cell is a reasonably new addition and I didn't think about removing the old text style. I've done so now, and this will be out in the next release. Until then, you can modify your local copy by removing the line
nTd.style.textAlign = "center";
from the code (it's in _fnDraw() ).
Regards,
Allan