ColReorder freeze on ColVis-2.2.2

ColReorder freeze on ColVis-2.2.2

VannaraVannara Posts: 2Questions: 2Answers: 0
edited January 2022 in ColVis

2022-Jan-29
I downlaod current version of datatable as link below.

<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs5/jszip-2.5.0/dt-1.11.4/af-2.3.7/b-2.2.2/b-colvis-2.2.2/b-html5-2.2.2/cr-1.5.5/date-1.1.1/fc-4.0.1/fh-3.2.1/kt-2.6.4/r-2.2.9/rg-1.1.4/rr-1.2.8/sc-2.0.5/sb-1.3.0/sp-1.4.0/sl-1.3.4/datatables.min.css"/>

and I use ColReorder. as soon as I move a column to swap other column my screen is freeze.
I am checking on Chrome console It's show message as below.

Console
jquery-3.6.0.min.js:2 Uncaught RangeError: Maximum call stack size exceeded
at xe (jquery-3.6.0.min.js:2:38905)
at He (jquery-3.6.0.min.js:2:47896)
at S.fn.init.append (jquery-3.6.0.min.js:2:49724)
at x._draw (datatables.min.js:301:56)
at x._draw (datatables.min.js:301:132)
at x._draw (datatables.min.js:301:132)
at x._draw (datatables.min.js:301:132)
at x._draw (datatables.min.js:301:132)
at x._draw (datatables.min.js:301:132)
at x._draw (datatables.min.js:301:132)
End Console

and when I change "b-colvis-2.2.2" to "b-colvis-1.7.1" it's working as normal
Could someone tell me what cause a freeze screen?

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    Answer ✓

    It seems to be working here.

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. 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

Sign In or Register to comment.