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.
NaN value auto display
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?