[DataGrid] CSV export negative numbers in string has quotation #13892
Labels
component: data grid
This is the name of the generic UI component, not the React module!
duplicate
This issue or pull request already exists
Steps to reproduce
Link to live example:
CodeSandbox Example
Steps:
Current behavior
When exporting negative numbers, or any string with hyphen
-
, it attaches a single quotation to the value.'-
'-25
Expected behavior
There should be no single quote on front of the hyphen (negative sign)
Context
Allow negative numbers in strings, for such when separating the numbers in commas
Your environment
CodeSandbox Env
Search keywords: DataGrid, CSV, export, numbers, strings, quotation
The text was updated successfully, but these errors were encountered: