Table still initializing after placed in window?

You must Login before you can answer or comment on any questions.

Dear developers,

I am using an XHR request to get data from my webservice, the response I get is being placed in a table wich is being placed in my window. I first set the data to the table and then I place the table in my window. In this table I got some clickable rows, but when I click a row right after it's been placed it doesn't always recognize the click the first 10 secs.. Seems like the table is still being initialized?

Does anyone know how to check if the code really is done initializing?

Kind regards

(This actually only happens on my iPad 1, not on my iPad 3)

— asked 8 months ago by Niels Brink
2 Comments
  • probably some other code is still being parsed after the table is placed on the window, should I place the table on my window in the end of the code?

    — commented 8 months ago by Niels Brink

  • just tried that, doesn't seem to work..

    — commented 8 months ago by Niels Brink

Your Answer

Think you can help? Login to answer this question!