ColumnControl - Clear Search button not enabling on search
ColumnControl - Clear Search button not enabling on search

Using the same example as https://datatables.net/extensions/columncontrol/examples/search/clearAll.html, the clear button doesn't get enabled when doing a column search.
dt.columns().every(function () {
// this always returns null
if (this.search.fixed('dtcc') || this.search.fixed('dtcc-list')) {
enabled = true;
}
});
Any advice on what might have caused the issue? Thanks!
Replies
As a workaround, I just created a custom reset button that is always enabled.
Hi,
Just to confirm - the example appears to be working okay. Is it for you?
Assuming that is the case, can you link to a page showing the issue?
Allan
@allan Yes, the example is working fine. I will try to have a test case link when I get the chance.
Thanks!