angular-ui/ui-grid

When cell is filtering enable and date is formatted the search is incorrect

Open

#6.379 geöffnet am 28. Aug. 2017

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
good first issue

Repository-Metriken

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

Beschreibung

Hey guys,

BTW, keep up the blaster work!

I'm using UI-GRID in a nice table with townsend values. This grid has a date column with a custom format dd/MM/yyyy (the original value is a longdate in USA standard format)

When you'll search in this column using a custom format (i.e 25/08/2017) UI-GRID has no rows to display. But, when try using a longdate format, the filter works fine.

I think this is an issue.

Besides, there's any temporary solution to this?

Tks in advance!

Contributor Guide