Grid not rendering after Chrome Update 53
Grid not rendering after Chrome Update 53
The grid is not rendering after Chrome update 53. The console displays:
"jquery-1.10.2.js:4 Uncaught RangeError: Maximum call stack size exceeded
isPlainObject @ jquery-1.10.2.js:4
x.extend.x.fn.extend @ jquery-1.10.2.js:4
x.extend.x.fn.extend @ jquery-1.10.2.js:4 ..."
DataTable version: 1.10.3
Everything goes fine with Firefox and IE, but with Chrome, this error happens intermittently. Has anyone ever experienced this?
Thanks
This question has an accepted answers - jump to answer
Answers
Can you link to the page showing the issue please.
Allan
I have solved the problem. It was an javascript object self referenced that causes a loop when I try a deep copy it with "extend" Jquery method. My mistake...Thanks