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/102_sorting.ngdoc
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,11 @@ The sorting algorithm function takes 'a' and 'b' parameters like any normal sort
42
42
By default the sorting algorithm will be applied to the row value before any `cellFilters` are applied. The {@link api/ui.grid.class:GridOptions.columnDef#sortCellFiltered sortCellFiltered}
43
43
columnDef option will cause sorting to be applied after the `cellFilters` are applied. For an example of this see the "Month Joined" column in the {@link 401_AllFeatures AllFeatures tutorial}.
44
44
45
+
For better performance with the following example, you can choose to load the ui-grid.core.js file instead:
Copy file name to clipboardExpand all lines: misc/tutorial/105_footer.ngdoc
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,11 @@ In the case of grouping the solution is to use the aggregation provided with gro
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>
29
29
30
+
For better performance with the following example, you can choose to load the ui-grid.core.js file instead:
Copy file name to clipboardExpand all lines: misc/tutorial/108_hidden_grids.ngdoc
+16-10Lines changed: 16 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -39,31 +39,37 @@ In order to fix this you <strong>must</strong> give the grid something to work w
39
39
40
40
It's all up to you. And if you know a better way then please submit it in an issue or a pull request. There's always room for improvement and innovation.
41
41
42
+
For better performance with the following example, you can choose to load the ui-grid.core.js file instead:
0 commit comments