Getting Error in console when large data is passed

Tags: #<Tag:0x00007efc72912808>

Getting following Error in console when large data set is passed into handsontable from db during init
Uncaught TypeError: Invalid attempt to destructure non-iterable instance at handsontable-pro.full.js:79547:585 at handsontable-pro.full.js:80040:25 at arrayEach (handsontable-pro.full.js:257:9) at Filters.onAfterChange (handsontable-pro.full.js:80039:30) at Core.<anonymous> (handsontable-pro.full.js:79780:23) at Hooks.run (handsontable-pro.full.js:4499:46) at Core.runHooks (handsontable-pro.full.js:39264:49) at Object.replace (handsontable-pro.full.js:71287:24) at handsontable-pro.full.js:71293:30 at arrayEach (handsontable-pro.full.js:257:9)

And on scrolling the above error repeats along with the following error
Uncaught TypeError: Cannot read property 'contains' of undefined at _hasClass (handsontable-pro.full.js:640:29) at hasClass (handsontable-pro.full.js:734:10) at handsontable-pro.full.js:62934:35 at handsontable-pro.full.js:10305:21

Also, Removing renderers from the code, eliminates the first error but the second one still exists

Hi @ankushgoel

Could you try to share any example where this issue can be replicable?
Have your tried to load the data partially?

Sorry I am unable to create any demo,
and how can we partially load data ?

You can use a pagination. I can share an example on how to do that using front-end, however, I recommend using server-side operations. It will be much faster. Unofortunately, for the server-side version I do not have any example.