fnAjaxUpdateDraw throw sEcho undefined error with ie8
fnAjaxUpdateDraw throw sEcho undefined error with ie8
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?
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?
This discussion has been closed.
Replies
Allan
i can't really link a test case because i'm working on the intranet of my company. :(