angular-ui/ui-grid
When sorting / scrolling table with column with directive in the cellTemplate, table not rendered properly
已关闭
#5,559 创建于 2016年7月18日
help wanted
仓库指标
- 星标
- (5,395 个星标)
- PR 合并指标
- (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:
- Create table with 50 rows (or some number of rows that will be scrollable) with column that contains directive.
- Scroll / Sort
Expected: The table will be scrolled / sorted
Actutal: The table is sorted/scrolled but the directive column not.
Thanks!