EvHaus / doby-grid

An HTML table element on steroids.
Other
14 stars 5 forks source link

grid.columns.aggregator - reset not getting called #113

Open thomb opened 10 years ago

thomb commented 10 years ago

Looks like the reset function of aggregators is not getting properly called, at least in some cases.

Try this behaviour on the example aggregator grid here: http://dobyjs.com/#grid-options-columns-aggregators

Oddly enough, the Average aggregator does not seem to suffer from this (though thats likely because the total and count are doubled, so the overall aggregate value will remain the same)

EvHaus commented 9 years ago

Apparently this is still an issue?

thomb commented 9 years ago

Yes, this is still an issue.

EvHaus commented 9 years ago

I'm unable to reproduce the issue using the original instructions (ie. the aggregator example in the source code). Do you have some other steps I can try?

EvHaus commented 9 years ago

Can you please try the latest build from master?