Is there any way to store more than one value in a cell but display only one. The other one should not be displayed. I want to use it like id for each cell.
employeeData[employeeId][dateKey] = row.code
const resultArray = Object.values(employeeData);
hot.loadData(resultArray)
this is how i load data
but if i want to add code as well as id in the same cell, and id should not be displayed in cell. what can i do?