Hi
In the below demo, if the 'orderDate' values is null then the date picker is showing year from '1959' to '1979' and we don't have an option to choose recent year. Can you please suggest how we can solve this issue.
https://paramquery.com/pro/demos/filter_header_local"data": [{
"OrderID": 10409,
"ContactName": "Yvonne Moncada",
"EmployeeID": 3,
"OrderDate": null,
"RequiredDate": "02/06/1997",
"ShippedDate": "01/14/1997",
"ShipVia": "Speedy Express",
"Freight": 29.83,
"ShipName": "Océano Atlántico Ltda.",
"ShipAddress": "Ing. Gustavo Moncada 8585 Piso 20-A",
"ShipCity": "Buenos Aires",
"ShipRegion": null,
"ShipPostalCode": "1010",
"ShipCountry": "Argentina",
"paid": true,
"code": "ar"
}, {
"OrderID": 10531,
"ContactName": "Yvonne Moncada",
"EmployeeID": 7,
"OrderDate": "AUG 14, 2018 05:59:17 AM",
"RequiredDate": "06/05/1997",
"ShippedDate": "05/19/1997",
"ShipVia": "Speedy Express",
"Freight": 8.12,
"ShipName": "Océano Atlántico Ltda.",
"ShipAddress": "Ing. Gustavo Moncada 8585 Piso 20-A",
"ShipCity": "Buenos Aires",
"ShipRegion": null,
"ShipPostalCode": "1010",
"ShipCountry": "Argentina",
"paid": true,
"code": "ar"
} ]
},