Skip to content

Commit 674012b

Browse files
committed
Sort examples alphabetically
1 parent 1855588 commit 674012b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

demo/usages.js

+18-18
Original file line numberDiff line numberDiff line change
@@ -24,44 +24,44 @@ angular.module('showcase.usages', ['ngResource'])
2424
label: 'Custom HTML loading'
2525
}],
2626
advanced: [{
27-
name: 'dtInstances',
28-
label: 'Fetching DataTable instances'
27+
name: 'angularDirectiveInDOM',
28+
label: 'Angular directive in DOM'
29+
}, {
30+
name: 'bindAngularDirective',
31+
label: 'Bind Angular directive'
32+
}, {
33+
name: 'angularWayDataChange',
34+
label: 'Change data with the Angular way'
35+
}, {
36+
name: 'changeOptions',
37+
label: 'Change options'
2938
}, {
3039
name: 'dataReloadWithAjax',
3140
label: 'Data reload with Ajax'
3241
}, {
3342
name: 'dataReloadWithPromise',
3443
label: 'Data reload with promise'
3544
}, {
36-
name: 'angularDirectiveInDOM',
37-
label: 'Angular directive in DOM'
45+
name: 'disableDeepWatchers',
46+
label: 'Disable deep watchers'
47+
}, {
48+
name: 'dtInstances',
49+
label: 'Fetching DataTable instances'
3850
}, {
3951
name: 'rerender',
4052
label: 'Re-render a table'
41-
}, {
42-
name: 'serverSideProcessing',
43-
label: 'Server side processing'
44-
}, {
45-
name: 'angularWayDataChange',
46-
label: 'Change data with the Angular way'
4753
}, {
4854
name: 'rowClickEvent',
4955
label: 'Row click event'
5056
}, {
5157
name: 'rowSelect',
5258
label: 'Selecting rows'
5359
}, {
54-
name: 'bindAngularDirective',
55-
label: 'Bind Angular directive'
56-
}, {
57-
name: 'changeOptions',
58-
label: 'Change options'
60+
name: 'serverSideProcessing',
61+
label: 'Server side processing'
5962
}, {
6063
name: 'loadOptionsWithPromise',
6164
label: 'Load DT options with promise'
62-
}, {
63-
name: 'disableDeepWatchers',
64-
label: 'Disable deep watchers'
6565
}],
6666
withPlugins: [{
6767
name: 'withColReorder',

0 commit comments

Comments
 (0)