Is it possible to get the modified data in the original source format?

Tags: #<Tag:0x00007f8b1d6a1968>

I’m populating handsontable with an array of objects. I need to save any modifications to that data in the exact same format that it was populated with and not the array of arrays default format that handsontable provides with the getData() method. getSourceData() returns the original format, but it does not have the modifications to the data. Is there some easy way to do this built-in, or do I have to create a custom way to convert the data back to the original format myself?

Thanks - great product!

Hi @rshakespear

Please chk if this demo helps http://jsfiddle.net/handsoncode/wzLb86a8/
The last log should be just the one you need