creating 2 datatables simultaneously
creating 2 datatables simultaneously
Hi.
I am currently creating 2 datatables simultaneously, through two different functions.
And I'm controlling through the function "initComplete" any event. But when I execute the two functions of creating the tables, the first event that ends and executes "initComplete" cancels the other "initComplete" function. What I expect is to run the 2 "initComplete" despite the time it takes to create the tables.
The 2 datatables are created but the second "initComplete" is not executed
Answers
Without seeing your code its hard to help.
Can you post a link to your page or provide a test case showing the issue?
Kevin