maximum call stack size exceeded datatable rowsGroup
maximum call stack size exceeded datatable rowsGroup
varman
Posts: 3Questions: 3Answers: 0
I'm working with datatable rowsgroup. The seanrio is , when I click a button, I'm getting data through ajax and set it to datatable. There is no problem in first "click" on button, from the second click (without refreshing the page) , it shows an error "maximum call stack size exceeded" and data is not loading.
I have a code like this
rowsGroup: [ 'datetime:name' ]
.
If I comment this, then no problem. So the problem is with "rowsGroup" May I know any solution for this?
This discussion has been closed.
Answers
Hi @varman ,
Is this a duplicate of your other thread? https://datatables.net/forums/discussion/51186/simplify-the-code-and-error-correction#latest
Cheers,
Colin
Initialisation of RowGroup should use an object with the
rowGroup.dataSrc
option. For example:not also that it is
rowGroup
, notrowsGroup
(unless you are using some other software?). Without a test case it is impossible to say.Allan