maximum call stack size exceeded datatable rowsGroup

maximum call stack size exceeded datatable rowsGroup

varmanvarman 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?

Answers

This discussion has been closed.