-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Numeric type value is converting to string #485
Comments
Hi @majkelwork , Thank you for reporting this issue. We've investigated the problem and found that it’s related to how the numeric column type is currently implemented. Issue DescriptionIn the Revogrid version you're using, when editing a cell in a column with the type 'numeric', the value type changes from a number to a string. This is due to the editor component using Findings
SolutionTo properly handle numeric values, we recommend manually parsing the input value to convert it to a number with Future PlansWe plan to improve this by automatically applying Summary
We appreciate your understanding and patience. If you have any more questions or need further assistance, please let us know! Best regards, |
@revolist |
Hello @majkelwork I just fixed 0 case scenario for you, it's much bigger issue |
Check if issue exists
Not exists, in revogrid version 2 is working
Describe the issue
I am using column numeral plugin and my data contains numbers with column type 'numeric'. When I edit a row in the datagrid, the value type is changing from
number
tostring
To Reproduce
Codesandbox
The text was updated successfully, but these errors were encountered: