Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
No Case No Messages No Error,
Scenario:
I got this from getDetails() on my searchBuilder, and it does work fine =>
{
"criteria": [
{
"condition": "between",
"data": "Last Used",
"value": [
"2021-03-12",
"2021-07-12"
]
}
],
"logic": "AND"
}
The problem here:
- on the input fields, the datepicker does not appear
- when u change the input from 2021-03-12 to another start value, it does not change the data. (it looks the same as a normal text input field)
When I then manually add exactly the same filter. Everything works.
Has it something to do with the moment when I load the table in $(document).ready(function() {}) or ?
Anybody a clue what's going on here?