angular-ui/ui-grid

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

Open

#5.559 geöffnet am 18. Juli 2016

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
help wanted

Repository-Metriken

Stars
 (5.395 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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!

Contributor Guide