@@ -24,44 +24,44 @@ angular.module('showcase.usages', ['ngResource'])
24
24
label : 'Custom HTML loading'
25
25
} ] ,
26
26
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'
29
38
} , {
30
39
name : 'dataReloadWithAjax' ,
31
40
label : 'Data reload with Ajax'
32
41
} , {
33
42
name : 'dataReloadWithPromise' ,
34
43
label : 'Data reload with promise'
35
44
} , {
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'
38
50
} , {
39
51
name : 'rerender' ,
40
52
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'
47
53
} , {
48
54
name : 'rowClickEvent' ,
49
55
label : 'Row click event'
50
56
} , {
51
57
name : 'rowSelect' ,
52
58
label : 'Selecting rows'
53
59
} , {
54
- name : 'bindAngularDirective' ,
55
- label : 'Bind Angular directive'
56
- } , {
57
- name : 'changeOptions' ,
58
- label : 'Change options'
60
+ name : 'serverSideProcessing' ,
61
+ label : 'Server side processing'
59
62
} , {
60
63
name : 'loadOptionsWithPromise' ,
61
64
label : 'Load DT options with promise'
62
- } , {
63
- name : 'disableDeepWatchers' ,
64
- label : 'Disable deep watchers'
65
65
} ] ,
66
66
withPlugins : [ {
67
67
name : 'withColReorder' ,
0 commit comments