Calling javascript after data loading through client side Ajax call.

Calling javascript after data loading through client side Ajax call.

hemanthkumar1990hemanthkumar1990 Posts: 7Questions: 0Answers: 0
edited November 2012 in DataTables 1.9
I'm using dataTables1.9.4 and I'm fetching data through client-side ajax calls. I have a requirement that I need to call javascript once data is loaded into table and datatable is applied. can you tell me which call back I need to use to know my page gets loaded? Thanks in advance!

Replies

  • ddugasddugas Posts: 1Questions: 0Answers: 0
    If you get a reply in private could you send it my way I also would like to know this information I need to do something similar: the var (ajax) is my ajax.responseText and I need that to to be processed by $('#example').dataTable(); inside of a .js
  • TiaxTiax Posts: 12Questions: 0Answers: 0
    Sounds like you want to use http://datatables.net/usage/callbacks#fnInitComplete ?
This discussion has been closed.