fnAjaxUpdateDraw throw sEcho undefined error with ie8

fnAjaxUpdateDraw throw sEcho undefined error with ie8

dihme69dihme69 Posts: 5Questions: 0Answers: 0
edited April 2014 in General
Hello,
I have a big problem when using serverside processing with ie8.
THe debuger say i have an error on this line of datatable script in fnAjaxUpdateDraw function:
if ( json.sEcho !== undefined )

here is my ajaxs call :
- first on datatable initialisation :
"sAjaxSource": "ged_det_param2.php",
- second with fnreloadAjax :
oTable.fnReloadAjax( './ged_det_param2.php?id_ged=' + elfinderInstance.file(selected[0]).real_name);

Any idea?

Replies

  • allanallan Posts: 61,723Questions: 1Answers: 10,108 Site admin
    Can you link to a test case as noted in the forum rules please.

    Allan
  • dihme69dihme69 Posts: 5Questions: 0Answers: 0
    I am sorry,
    i can't really link a test case because i'm working on the intranet of my company. :(
This discussion has been closed.