In previous versions of handsontable
(8.4.0) we could access several method on the handsontable instance in particular methods in the data manager such as:
api?.getPlugin('nestedRows').dataManager.data
api?.getPlugin('nestedRows').dataManager.cache.rows
We have since updated to the latest version (12.3.2)… well I guess the latest is 12.3.3. We can’t seem to access these any more.
Is there away to get this data still?
Cheers, James