Search issue with ColReorder and ColumnControl
Search issue with ColReorder and ColumnControl
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
Agecolumn to the left (with theOfficecolumn)

Reload the page
Filter in the
Agecolumn (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
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
Hello Allan,
Your solution works fine. Thanks a lot !