NaN value auto display

Tags: #<Tag:0x00007efc6b5ca238> #<Tag:0x00007efc6b5c9ec8>

function Test() {
hot.alter(‘insert_row’, 0);
hot.setDataAtCell(0, 1, ‘TOTAL’);
}
I insert the new row and set data to Row 0 and Column 1
It is OK but why last column is default NaN value.

Hi @yeemonlay02

Can you please share a code demo with your implementation? It would be easier to debug this way.

Hi @yeemonlay02

Could you send us a demo or any other details that will allow us to replicate the issue?