Hi,
When I use column type as numeric, the data of that column is being show as empty string("") in my console, I need it to be null by default. Any solution?
Data Types
In the example you shared, if we clear the cell values by backspace and click Get data, Array will contain ["", 8, null]. I want it to be [null, 8, null].
I guess that we may have a different reproduction. Here is what I do
Case 1 - DEL
Case 2 - Backspace
I’m doing this on Chrome 80 on Windows 10.
I’m closing the topic as I wasn’t able to replicate the issue.