Select event error with large tables

Select event error with large tables

ihabunekihabunek Posts: 3Questions: 2Answers: 0

I'm using Datatables 1.10.8 with Select 1.0.0.

For large datasets, the 'select' event will cause an error when triggered:
Uncaught RangeError: Maximum call stack size exceeded

Demo (error is caused when a row is selected):
https://jsfiddle.net/w45ey5ek/

The error happens in this line of code:
https://github.com/DataTables/DataTables/blob/1.10.8/media/js/jquery.dataTables.js#L7585

Any help is appreciated, i really want to use this feature. :)

Answers

  • ihabunekihabunek Posts: 3Questions: 2Answers: 0

    Tested a little more, this does not happen in Firefox. It does occur in Chrome and Opera. Did not try other browsers.

This discussion has been closed.