I have been facing an issue with restricting dates on the dateInput. example i want user to enter only dates from 01-01-2020 to 31-12-2030 . mostly like min and max dates
In the column definition object, you can pass an editor object containing the template (in your case dateInput or dateTimePicker).
The editor object should also have a settings object. The settings will be set to the template’s component (in this case dateInput or dateTimePicker).
Here is a quick example: https://codepen.io/svetoslavjqwidgets/pen/OJBMyqr