- fixed issue with new table skips decimals;
This commit is contained in:
3
src/helpers/parseCommaDecimal.js
Normal file
3
src/helpers/parseCommaDecimal.js
Normal file
@@ -0,0 +1,3 @@
|
||||
const parseCommaDecimal = (value = '') => parseFloat(String(value).replace(',', '.'));
|
||||
|
||||
export default parseCommaDecimal;
|
||||
Reference in New Issue
Block a user