Ag-grid initializing grid with thousands of columns

霸气de小男生 提交于 2019-12-13 03:41:56

问题


I am initilizing a grid that contains more than a few thousand columns. The columns are defined by a user of my system and there is no limit to what they can define.

The performance is extremely slow. Approximately 5 minutes for the grid to render. Is there an alternative that I can do to enhance the rendering of the table?

It appears as though the columns go through a method called recursivelyCreateColumns which in my case gets called thousands of times.

Any help is appreciated

来源:https://stackoverflow.com/questions/50977410/ag-grid-initializing-grid-with-thousands-of-columns

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!