dataTables_wrapper div closing before table has started?
dataTables_wrapper div closing before table has started?

My table seems to work fine, well except the processing indicator is not visible, which lead me to this. It used to be, and now it is now and I cannot figure out why? I can see that the dataTables_wrapper div seems to close before my table has even begun, is this right?
<div id="cms_module_uptime_monitors_wrapper" class="dataTables_wrapper">
::after
</div>
<table cellpadding="0" cellspacing="0" border="0" class="display dataTable" id="cms_module_uptime_monitors" width="100%" style="width: 100%;">
Thanks
Chris
This discussion has been closed.
Answers
Found the answer, my dom was empty and that was causing the issue.