@@ -51,11 +51,11 @@ export const gridRouteConfig: Object[] = [
51
51
{ 'path' : ':theme/grid/default' , component : DefaultComponent , 'name' : 'Default Functionalities' , order : '01' , category : 'Grid' } ,
52
52
{ 'path' : ':theme/grid/gridlines' , component : GridLinesComponent , 'name' : 'Grid Lines' , order : '01' , category : 'Grid' } ,
53
53
{ 'path' : ':theme/grid/paging' , component : PageComponent , name : 'Paging' , order : '01' , category : 'Grid' } ,
54
- { 'path' : ':theme/grid/filtering' , component : FilterComponent , name : 'Filtering' , order : '01 ' , category : 'Grid ' } ,
55
- { 'path' : ':theme/grid/filtermenu' , component : FilteringMenuComponent , name : 'Filter Menu' , order : '01 ' , category : 'Grid ' } ,
54
+ { 'path' : ':theme/grid/filtering' , component : FilterComponent , name : 'Filtering' , order : '05 ' , category : 'Filtering ' } ,
55
+ { 'path' : ':theme/grid/filtermenu' , component : FilteringMenuComponent , name : 'Filter Menu' , order : '05 ' , category : 'Filtering ' } ,
56
56
{ 'path' : ':theme/grid/grouping' , component : GroupComponent , name : 'Grouping' , order : '01' , category : 'Grid' } ,
57
57
{ 'path' : ':theme/grid/sorting' , component : SortComponent , name : 'Sorting' , order : '01' , category : 'Grid' } ,
58
- { 'path' : ':theme/grid/searching' , component : SearchComponent , name : 'Searching' , order : '01 ' , category : 'Grid ' } ,
58
+ { 'path' : ':theme/grid/searching' , component : SearchComponent , name : 'Searching' , order : '05 ' , category : 'Filtering ' } ,
59
59
{ 'path' : ':theme/grid/masterdetail' , component : MasterComponent , name : 'Master/Detail' , order : '01' , category : 'Grid' } ,
60
60
{
61
61
'path' : ':theme/grid/draganddrop' , component : DragAndDropComponent , name : 'Row Drag And Drop' , order : '01' , category : 'Grid' ,
@@ -73,11 +73,11 @@ export const gridRouteConfig: Object[] = [
73
73
{ 'path' : ':theme/grid/selectionapi' , component : SelectionApiComponent , name : 'Selection API' , order : '04' , category : 'Selection' } ,
74
74
{ 'path' : ':theme/grid/checkboxselection' , component : CheckboxSelectionComponent , name : 'Checkbox Selection' , order : '04' , category : 'Selection' } ,
75
75
{
76
- 'path' : ':theme/grid/aggregatedefault' , component : AggregateComponent , name : 'Default Aggregate' , order : '05 ' , category : 'Aggregate'
76
+ 'path' : ':theme/grid/aggregatedefault' , component : AggregateComponent , name : 'Default Aggregate' , order : '06 ' , category : 'Aggregate'
77
77
} ,
78
78
{
79
79
'path' : ':theme/grid/aggregategroup' , component : AggregateGroupComponent ,
80
- name : 'Group and Caption aggregate' , order : '05 ' , category : 'Aggregate'
80
+ name : 'Group and Caption aggregate' , order : '06 ' , category : 'Aggregate'
81
81
} ,
82
82
{
83
83
'path' : ':theme/grid/columntemplate' , component : ColumnTemplateComponent , name : 'Column Template' , order : '03' ,
@@ -89,33 +89,33 @@ export const gridRouteConfig: Object[] = [
89
89
category : 'Grid'
90
90
} ,
91
91
{ 'path' : ':theme/grid/hierarchy' , component : HierarchyComponent , name : 'Hierarchy Grid' , order : '01' , category : 'Grid' } ,
92
- { 'path' : ':theme/grid/scrolling' , component : ScrollComponent , name : 'Default Scrolling' , order : '06 ' , category : 'Scrolling' } ,
92
+ { 'path' : ':theme/grid/scrolling' , component : ScrollComponent , name : 'Default Scrolling' , order : '07 ' , category : 'Scrolling' } ,
93
93
{
94
- 'path' : ':theme/grid/virtualization' , component : VirtualizationComponent , name : 'Virtual Scrolling' , order : '06 ' ,
94
+ 'path' : ':theme/grid/virtualization' , component : VirtualizationComponent , name : 'Virtual Scrolling' , order : '07 ' ,
95
95
category : 'Scrolling'
96
96
} ,
97
97
{
98
- 'path' : ':theme/grid/normal-edit' , component : NormalEditComponent , name : 'Inline Editing' , order : '07 ' ,
98
+ 'path' : ':theme/grid/normal-edit' , component : NormalEditComponent , name : 'Inline Editing' , order : '08 ' ,
99
99
category : 'Editing'
100
100
} ,
101
101
{
102
- 'path' : ':theme/grid/dialog-editing' , component : DialogEditComponent , name : 'Dialog Editing' , order : '07 ' ,
102
+ 'path' : ':theme/grid/dialog-editing' , component : DialogEditComponent , name : 'Dialog Editing' , order : '08 ' ,
103
103
category : 'Editing'
104
104
} ,
105
105
{
106
- 'path' : ':theme/grid/batch-editing' , component : BatchEditComponent , name : 'Batch Editing' , order : '07 ' ,
106
+ 'path' : ':theme/grid/batch-editing' , component : BatchEditComponent , name : 'Batch Editing' , order : '08 ' ,
107
107
category : 'Editing'
108
108
} ,
109
109
{
110
- 'path' : ':theme/grid/command-column' , component : CommandColumnComponent , name : 'Command Column' , order : '07 ' ,
110
+ 'path' : ':theme/grid/command-column' , component : CommandColumnComponent , name : 'Command Column' , order : '08 ' ,
111
111
category : 'Editing'
112
112
} ,
113
113
{
114
- 'path' : ':theme/grid/exporting' , component : ExportingComponent , name : 'Basic' , order : '08 ' ,
114
+ 'path' : ':theme/grid/exporting' , component : ExportingComponent , name : 'Basic' , order : '09 ' ,
115
115
category : 'Exporting'
116
116
} ,
117
117
{
118
- 'path' : ':theme/grid/advance-exporting' , component : AdvanceExportingComponent , name : 'Advance Exporting' , order : '08 ' ,
118
+ 'path' : ':theme/grid/advance-exporting' , component : AdvanceExportingComponent , name : 'Advance Exporting' , order : '09 ' ,
119
119
category : 'Exporting'
120
120
} ,
121
121
{ 'path' : ':theme/grid/clipboard' , component : ClipboardComponent , name : 'Clipboard' , order : '01' , category : 'Grid' } ,
0 commit comments