Mulitple tables not shown problem with Firefox and Chrome

Mulitple tables not shown problem with Firefox and Chrome

iddboyiddboy Posts: 1Questions: 0Answers: 0
edited November 2012 in Bug reports
Hi all,

I have coded two datatables in a same web page. In IE, it works fine. But in FireFox or Chrome (latest version), the second table was not shown at all. Does anyone have the same issue and know how to resolve it ?

Below are my codes:
var dataTable1 = $('#privateRecords').dataTable( {
"bPaginate": true,
"bJQueryUI" : true
} );

var dataTable2 = $('#publicRecords').dataTable( {
"bPaginate": true,
"bJQueryUI" : true
} );

These codes were defined in function loadPage(). But it has no difference if I put them in ready(function(){...}).

Any idea ?

Your help is appreciated !
Steve
This discussion has been closed.