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
Copy file name to clipboardExpand all lines: misc/tutorial/209_grouping.ngdoc
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,18 @@
2
2
@name Tutorial: 209 Grouping
3
3
@description
4
4
5
-
<div class="alert alert-warning" role="alert"><strong>Beta</strong> This feature is ready for testing, but it either hasn't seen a lot of use or has some known bugs.</div>
5
+
<h2>Grouping</h2>
6
+
7
+
<div class="alert alert-warning" role="alert">
8
+
<strong>Beta</strong> This feature is ready for testing, but it either hasn't
9
+
seen a lot of useor has some known bugs.
10
+
</div>
11
+
12
+
<div class="alert alert-warning" role="alert">
13
+
<strong>Note:</strong> Grouping leverages the sort functionality, allowing a user to change the sort order
14
+
or use external sort functionality and have the resulting list grouped. A column(s) that is marked as being
15
+
grouped is always moved to the high order of the sort priority, as the data must be sorted to permit grouping.
16
+
</div>
6
17
7
18
The grouping feature allows you to group rows together based on similar
8
19
values in specific columns, providing an effect similar in some ways to an Excel pivot table.
0 commit comments