Data table disappears on tab when tabbing off of and then back to
Data table disappears on tab when tabbing off of and then back to

IE7...am populating data table with DOM object..simple ui:repeat..table populates aok with following simple initialization:
$(document).ready(function() {
$('#custBillAcctSearch').dataTable( {
bJQueryUI : true,
sPagination : "full_numbers"
});
});
However, when I click on the adjacent jQuery tab and then back to the tab on which my table is, it is no longer there. I would expect it to be there in the same state as when I left the page. What can I do to persist the populated table? Thanks..
$(document).ready(function() {
$('#custBillAcctSearch').dataTable( {
bJQueryUI : true,
sPagination : "full_numbers"
});
});
However, when I click on the adjacent jQuery tab and then back to the tab on which my table is, it is no longer there. I would expect it to be there in the same state as when I left the page. What can I do to persist the populated table? Thanks..
This discussion has been closed.