angular-ui/ui-grid

When sorting / scrolling table with column with directive in the cellTemplate, table not rendered properly

Open

#5,559 建立於 2016年7月18日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (2,496 fork)batch import
help wanted

倉庫指標

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

描述

Hi,

I'm using latest ui-grid version (3.2.6).

When sorting / scrolling table with column with directive in the cellTemplate, table not rendered properly the column still show the previous template (looks like something with the rendering).

Steps to reproduce:

  1. Create table with 50 rows (or some number of rows that will be scrollable) with column that contains directive.
  2. Scroll / Sort

Expected: The table will be scrolled / sorted

Actutal: The table is sorted/scrolled but the directive column not.

Thanks!

貢獻者指南