Saving cell properties for handsontable

113 views Asked by At

In handsontable documentation, it is suggested that we used the hot.getData() method to get the data of the current instance, and then be able to save that data to the database (where hot is an instance of handsontable). the hot.gatData() method returns an array of arrays, of all the data in the handsontable.

the problem is, each cell has other properties/metadata that I like to save (most importantly, the type property). That metadata is not returned as part of the hot.getData() method. So if I want to retrieve my saved data and use the that table correctly in future, I need a way of saving the cell properties.

How can I do that? I could not find that in documentation.

Thank.s

0

There are 0 answers