Multiple datatables on page -> detection when all ready

Multiple datatables on page -> detection when all ready

MuhaheMuhahe Posts: 25Questions: 8Answers: 2
edited September 2013 in General
Hi, i have multiple datatables on page, created dynamicaly. (i can foresee how many and which will be on page) Is here some option, how i can recognize in code, when are all datatables ready? I need to get data, which they actualy showing.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    There isn't really a way of doing this, built into DataTables. You'd need to call a custom function after each has initialised and check that they are ready.

    Allan
This discussion has been closed.