Suppress redraws until back of changes completes

Tags: #<Tag:0x00007f8b1dee2528>

Is there a way to freeze the redrawing the table while a bunch of API changes are being made, then have the table redraw in one clean atomic call to a redraw method?

Thanks.

Hey @phil

haven’t seen you on the forum for a while :slight_smile:

Usually, render is the one which triggers the redrawing. All these processes are made inside Walkontable (the engine and the oldest part od Handsontable). Currently, there is no way to block or postpone this process.

1 Like

Hello @aleksandra_budnik!!! :smile: :wave:

Thanks for that, that’s helpful to know. I’ll take a look at my code and see if I’m being inefficient on tickling the grid that might be causing too many redraw.