angular-ui/ui-grid

Ui freezes on ie 11 with a large number of columns

Open

#5,589 建立於 2016年7月28日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)JavaScript (2,496 fork)batch import
Browser IEhelp wantedseverity: performance

倉庫指標

Star
 (5,395 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

I am using angular ui grid plugin 3.2.1 and I am using it to render a very column heavy grid( it has around 90 columns). All columns are rendered using cell templates since special conditions need to be handled. Around 20 percent of the 90 columns are dropdowns with 200-300 items each.

I am also using the angular spinner to show a loading bar on each http service call.

My problem is this.

The spinner freezes after the service call returns because the UI grid is struggling to render around 50 rows of 90 columns each. After some time the user gets the infamous slow loading script error message from IE 11. This also happens if the user clicks inside the screen when the spinner is frozen.

Can you please look into this asap?

Sriram

貢獻者指南