We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b90a46 commit 2968158Copy full SHA for 2968158
misc/tutorial/307_external_sorting.ngdoc
@@ -2,8 +2,7 @@
2
@name Tutorial: 307 External Sorting
3
@description
4
5
-Sometimes you want to sort data externally, either on the client using custom sort routines (that are over and
6
-above those you can achieve with {@link tutorial/xxxxxx custom sort functions}, or on the server as part of
+Sometimes you want to sort data externally, either on the client using custom sort routines or on the server as part of
7
your data retrieve.
8
9
UI-Grid provides two functions that support this, firstly a sortChanged event that tells you when a user has
0 commit comments