[ Bug ] colReorder state save/load error

[ Bug ] colReorder state save/load error

austinrivasaustinrivas Posts: 8Questions: 2Answers: 0

Receiving the following error when using colReorder and stateSave:

colReorder state save/load error

Any insight would be helpful

This question has an accepted answers - jump to answer

Answers

  • akacheetahakacheetah Posts: 1Questions: 0Answers: 0

    The same here.

    Faced the same issue during the migration from previous DataTables stable: DataTables initialization crashed with the following error:

    TypeError: oSettings.aoColumns[oState.aaSorting[i][0]] is undefined
    ...
    oState.aaSorting[i][0] = oSettings.aoColumns[ oState.aaSorting[i][0] ]._ColReorder_iOrigCol;
    ...

    Fixed with clearing local storage, but got this error again after page refresh.

    Any help is much appreciated.

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    Answer ✓

    Yup - this is a known issue in the new release that I missed before I made the release. Sorry about that!

    There is a github issue opened for it and I'll take a look into it when I next get into the office.

    Allan

  • austinrivasaustinrivas Posts: 8Questions: 2Answers: 0

    Great, thanks for the follow up @allen

This discussion has been closed.