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.
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
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.
Hello @aleksandra_budnik!!!
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.