You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the XLSX and CSV download options, if using the categoryField has a date and the date is sent to the dataprovider as a timestamp rather than a date object, is there a way - out of the box - to make the download treat the date field as a date instead of an integer?
The text was updated successfully, but these errors were encountered:
We've just released a new version v1.3.1 which solves the issue. Date-Field-Timestamps get converted as dates. XLSX and JSON export by default date objects if no dateFormat has been defined.
Define dateFormat: 'dateObject' to export the RAW dates, if you prefer a dedicated date format for CSV but a real "date field" for XLSX you need to use the menuReviver to pass the dedicated dateFormat.
For the XLSX and CSV download options, if using the categoryField has a date and the date is sent to the dataprovider as a timestamp rather than a date object, is there a way - out of the box - to make the download treat the date field as a date instead of an integer?
The text was updated successfully, but these errors were encountered: