Data Types

Tags: #<Tag:0x00007f8b1d9c3b50>

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?

Hey @rakshith.gowdavr

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
image

Case 2 - Backspace
image

I’m doing this on Chrome 80 on Windows 10.

Hey @rakshith.gowdavr

can you share a similar reproduction or record a video?

I’m closing the topic as I wasn’t able to replicate the issue.