angular-ui/ui-grid

Aggregation functions error

Open

#6.333 geöffnet am 24. Juli 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

Hello, we have a bug. when we are working with more then 30000 strings the aggregation functions are working incorrect. for example: we have 34345 strings (they added to the table by 5000 strings in iteration) but aggregation function show me only 30000. Its looks like last part not conting, i'm trying to do SUM, COUNT . this bug can be fixed if i made agg: erase and again agg:sum or agg:count 1aggcount46 Can anyone help us ? Thx

Contributor Guide