creating 2 datatables simultaneously

creating 2 datatables simultaneously

rrzavaletarrzavaleta Posts: 78Questions: 52Answers: 2

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

  • kthorngrenkthorngren Posts: 20,292Questions: 26Answers: 4,768

    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

This discussion has been closed.