Uncaught RangeError: Maximum call stack size exceeded

Uncaught RangeError: Maximum call stack size exceeded

deepakndeepakn Posts: 2Questions: 0Answers: 0

I have verified that for large tables like more than 130k rows having 'select' option enabled will lead to RangeError. Is it a bug ?

Replies

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    Possibly, but you're straining the browser with that much data. For over 50k rows, we'd expect serverSide to be used.

    Colin

  • deepakndeepakn Posts: 2Questions: 0Answers: 0

    Yes Colin I agree. We should have used server side processing here. I just wanted to post this discussion so as to check if this can be confirmed as a bug since some developers might get stuck at this issue in future.

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    When resources are running low, software typically breaks. So, it's not something we'd be likely to resolve, even if it was a bug.

    Colin

This discussion has been closed.