Reload data with rowsGroup property throws error.

Reload data with rowsGroup property throws error.

nikhilsheth2049nikhilsheth2049 Posts: 17Questions: 4Answers: 0

Hello,

I am new in data table. I apply rowgroup in ajax data. When I try to load another ajax data without refreshing page then it will throws error like Uncaught RangeError: Maximum call stack size exceeded and If I removed "rowgroup" option then it will work fine.

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @nikhilsheth2049 ,

    We're happy to take a look, but it would help, as per the forum rules, if you could link to a running test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

  • nikhilsheth2049nikhilsheth2049 Posts: 17Questions: 4Answers: 0
    edited May 2018

    Thanks @colin for quick reply.

    Please check the issue at live.datatables.net/lokenedi/1/

    When load the page it is OK, no problem with row grouping but when click on "Click" button at top it will throw error like "Uncaught RangeError: Maximum call stack size exceeded".

  • colincolin Posts: 15,237Questions: 1Answers: 2,598
    Answer ✓

    Ah, I thought you were referring to rowGroup. rowsGroup is external to us, and this problem has been reported here before. As tangerine said in that other thread, you'll need to raise this with the author of that plugin.

    Cheers,

    Colin

This discussion has been closed.