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
Add formatters to allow the user to customize how different Javascript types are converted into text for CSV.
This would fix the 2 use cases explained in #420 and will provide a better solution for #444.
Also, I'm planning to add a second argument to formatters indicating if it's a header or not) which will fix the use case explained in #195.
The text was updated successfully, but these errors were encountered:
Add formatters to allow the user to customize how different Javascript types are converted into text for CSV.
This would fix the 2 use cases explained in #420 and will provide a better solution for #444.
Also, I'm planning to add a second argument to formatters indicating if it's a header or not) which will fix the use case explained in #195.
The text was updated successfully, but these errors were encountered: