angular-ui/ui-grid

adding an extra search field dinamically and filterChanged

Open

#5.664 geöffnet am 8. Sept. 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

I have setted a custom menu Item and on click on this item i set an extra input field to filter the column.

If use the first search field the filterChanged works, but i use the second field(the new once) the filterChanged is not triggered.

Do i miss something or is it a bug=

Here the plnkr to see the problem: http://plnkr.co/edit/AvUOzpX2tcgZlG8GoNfk

NOTE: The column is 'gender'. You must click on the menu button and choose Search From/To.

Contributor Guide