Search issue with ColReorder and ColumnControl

Search issue with ColReorder and ColumnControl

lunalalunala Posts: 2Questions: 1Answers: 0
edited February 3 in Free community support

Link to test case: https://live.datatables.net/tisesepa/6/edit
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Hello DataTable Support team,

I am trying to create a fairly comprehensive data table with the following extensions:
* StateRestore
* ColumnControl
* ColReorder

I found a kind of bug that can be reproduced with the following steps:

  • Move the Age column to the left (with the Office column)

  • Reload the page

  • Filter in the Age column (for example, 61)

  • Remove the filter

  • Reload the page

Here we can see that the filter type has changed and it is no longer possible to filter correctly.
I also obtained this result with other cases, but these occur in unlikely and non-reproducible situations.

I have found this article but not working for me : https://datatables.net/forums/discussion/81518/issues-with-column-control-and-column-reorder-in-state-object

Best Regards,

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 65,565Questions: 1Answers: 10,898 Site admin
    Answer ✓

    Hi,

    Thanks for the test case! This is an issue that I actually resolved last week.

    Are you able to try the nightly build on your own page? This is the example updated with it which shows it working.

    If you can confirm the fix, I'll try to get the release out sooner rather than later :).

    Allan

  • lunalalunala Posts: 2Questions: 1Answers: 0

    Hello Allan,

    Your solution works fine. Thanks a lot ! :smiley:

Sign In or Register to comment.