When I select default column in conditions datatable 'startdate' and select condition 'after' or 'before' or any other, I get error in browser console:
TypeError: resolved.replace is not a function
Although a calendar with date selection should be displayed. in this example everything works without errors
Please tell me what the problem is and how to fix it.
I googled the error, tried to fix it using the following links, but it didn’t work:
- https://datatables.net/forums/discussion/51791/uncaught-typeerror-this-replace-is-not-a-function
- https://datatables.net/forums/discussion/1586/datatable-is-not-a-function
Perhaps the problem is in ajax, or that the request is executed before the searchBuilder fields themselves are loaded.