hello
I have a problem with date in ISO format , using validateCells with many lines a malfunction occurs. I can format the date server side but I prefer to format it client side (if it is possible).
I use the format in column definition
type: ‘date’,
dateFormat: ‘MM/DD/YYYY’,
correctFormat: true,
Can anyone help me?
Here an example of the problem encountered:
https://jsfiddle.net/yenb57wx/
Thank you so much