Hello,
What we want to achieve is to let the users move the columns with the headers as well.
And in the process we encountered an issue with max call stack exceed.
here is the example: http://jsfiddle.net/Resems/7zjzg5pd/8/
How to repro
- move any columns anywhere (even multiple times)
- reinit the table (we saved the headers and the position so next time when the table will reinit it will maintain the same look and feel)
- move any column anywhere (it stops and breaks)
And in the console log we get max stack exceeded.
Is there any way to avoid this problem ?
Thank you.