ColumnControl - dropdown search with stateSave
ColumnControl - dropdown search with stateSave
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
After adding search into dropdown search everything looks fine:

But after pressing f5, page is refreshed, state is saved (previous search is there) but icon is not highlighted

This question has an accepted answers - jump to answer
Answers
I think this error should be fixed in the nightly version. Could you try that and let me know if it resolves the issue for you?
Thanks,
Allan
@allan still not working
https://live.datatables.net/vugamudi
That example is actually giving me an error on load at the moment. I need to look into that first.
I'll post an update when I've had a chance to dig into both issues, which should be next week.
Allan
@allan you have probabbly broken state in locale storage
try my example in browser private window or delete locale storage on live.datatables.net (key = DataTables_example_/vugamudi)
I was indeed bumping up against another error, which I've fixed. I've also committed a fix for the issue here and the nightly has the fix. The test case with the nightly works now
.
Allan
It works correctly now with nightly, thank you for the fix.