Issue:
There is list grid with 50 and more columns and grid has 3600 lines (showing by 300 )
The grid is rich -> contains a lot of css per cells (we use ListGrid.getCellCSSText)
4K monitor
Firefox FF 52 ESR
On such big screen scrolling is not smooth(hangs sometimes for secs) due to rendering lags and updating of dom.
Scrolling is not smooth even thou no server side request is made
Our analysis shows lack of batch updates on DOM but only a lot of synchronous one.
My question is: is grid renderer adapted for massive tables ?
If not, is it feasible for you to fix such issue ? If yes I can provide test case.
Just what I can now provide is test case of opensource fastdom lib to be more precise what I have in mind
http://wilsonpage.github.io/fastdom/...animation.html
Thank you for your time
Best
Peter
There is list grid with 50 and more columns and grid has 3600 lines (showing by 300 )
The grid is rich -> contains a lot of css per cells (we use ListGrid.getCellCSSText)
4K monitor
Firefox FF 52 ESR
On such big screen scrolling is not smooth(hangs sometimes for secs) due to rendering lags and updating of dom.
Scrolling is not smooth even thou no server side request is made
Our analysis shows lack of batch updates on DOM but only a lot of synchronous one.
My question is: is grid renderer adapted for massive tables ?
If not, is it feasible for you to fix such issue ? If yes I can provide test case.
Just what I can now provide is test case of opensource fastdom lib to be more precise what I have in mind
http://wilsonpage.github.io/fastdom/...animation.html
Thank you for your time
Best
Peter
Comment