You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to inject the uiGridConstants in order to use aggregationTypes enum.
@@ -22,7 +22,7 @@ and grouping. In the case of pagination, you'll find that it gives you the tota
22
22
which isn't intuitively what users would expect. With grouping it will give the total of the currently expanded
23
23
data rows, which again may not be what users intuitively expect.
24
24
25
-
In the case of grouping the solution is to use the aggregation provided with grouping.
25
+
In the case of grouping the solution is to use the aggregation provided with grouping.
26
26
27
27
<br/>
28
28
You can override the default grid footer template with gridOptions.footerTemplate. Copy the default ui-grid-footer.html from the source as your starting point. <i>This is not demonstrated in this tutorial.</i>
@@ -106,11 +106,11 @@ You can override the default grid footer template with gridOptions.footerTemplat
106
106
it('grid should have six visible columns', function () {
0 commit comments