When using static data for a ListGrid, with DataSource that is clientOnly:true
Given static data where the date field is not a js Date it will display list this
Is it possible to get the DataSource to automatically coerce the string date into js Date?
Here is an example
Given static data where the date field is not a js Date it will display list this
Is it possible to get the DataSource to automatically coerce the string date into js Date?
Here is an example
Comment