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?
can you show your implementation? Here https://jsfiddle.net/4ndgzyew/ it works as expected.
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.
can you share a similar reproduction or record a video?
I’m closing the topic as I wasn’t able to replicate the issue.