Hi,
I'm using DataTables 1.9.4. I tried to use fnInitComplete and noticed that the json parameter (2nd parameter) is always undefined. I've seen that parameter on the callback page (http://datatables.net/usage/callbacks) where it shows an example usage of fnInitComplete.
I traced the source and saw that the json parameter is not passed to _fnDraw nor to _fnInitComplete. I've modified the source locally to pass json to those functions and I now have access to the json object in fnInitComplete.
Thanks for this great product!
I'm using DataTables 1.9.4. I tried to use fnInitComplete and noticed that the json parameter (2nd parameter) is always undefined. I've seen that parameter on the callback page (http://datatables.net/usage/callbacks) where it shows an example usage of fnInitComplete.
I traced the source and saw that the json parameter is not passed to _fnDraw nor to _fnInitComplete. I've modified the source locally to pass json to those functions and I now have access to the json object in fnInitComplete.
Thanks for this great product!