We are saving handsontable cell vales in DB. So We need to ensure our database stays in sync with the Handsontable data, especially when users insert or delete columns or rows. Is there a method to capture all Handsontable data (both cell values and metadata) in one go, while also selectively capturing only the cells that contain values or metadata?
Any insights or suggestions on how to achieve this efficiently would be greatly appreciated.