Grid not rendering after Chrome Update 53

Grid not rendering after Chrome Update 53

JefJef Posts: 2Questions: 1Answers: 1

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

  • allanallan Posts: 61,824Questions: 1Answers: 10,131 Site admin

    Can you link to the page showing the issue please.

    Allan

  • JefJef Posts: 2Questions: 1Answers: 1
    Answer ✓

    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

This discussion has been closed.