Posted 10 October 2019, 1:33 am EST
See this code sandbox to see how the “range.backColor” and “range.foreColor” are really slow.
Forums Home / Spread / SpreadJS
Posted by: jeff on 10 October 2019, 1:33 am EST
Posted 10 October 2019, 1:33 am EST
See this code sandbox to see how the “range.backColor” and “range.foreColor” are really slow.
Posted 11 October 2019, 12:50 am EST
Hi Jeff,
For improving performance during bulk updates we could use the suspendPaint()/resumePaint(). Please refer to the following document explaining the same:
http://help.grapecity.com/spread/SpreadSheets12/webframe.html#UsingsuspendPaintandresumePaint.html
You may also refer to the following updated sample demonstrating the same:
https://codesandbox.io/s/spread-js-starter-b03w4
Regards
Sharad
Posted 12 October 2019, 2:35 pm EST
Fast and efficient response.
Thanks Guys!