Skip to content

Commit

Permalink
Change new demos order (without #28460)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedwag authored and mpreyskurantov committed Dec 12, 2024
1 parent f268b71 commit 954bff3
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions apps/demos/menuMeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,16 @@
],
"DemoType": "Web"
},
{
"Title": "Column Reordering",
"Name": "ColumnReordering",
"Widget": "DataGrid",
"MvcAdditionalFiles": [
"/Scripts/data/employeeData.js"
],
"DemoType": "Web",
"Badge": "New"
},
{
"Title": "Column Resizing",
"Name": "ColumnResizing",
Expand Down Expand Up @@ -618,16 +628,6 @@
],
"DemoType": "Web"
},
{
"Title": "Column Reordering",
"Name": "ColumnReordering",
"Widget": "DataGrid",
"MvcAdditionalFiles": [
"/Scripts/data/employeeData.js"
],
"DemoType": "Web",
"Badge": "New"
},
{
"Title": "Column Chooser",
"Name": "ColumnChooser",
Expand Down Expand Up @@ -1527,16 +1527,6 @@
"Name": "Column Customization",
"Equivalents": "",
"Demos": [
{
"Title": "Column Chooser",
"Name": "ColumnChooser",
"Widget": "TreeList",
"MvcAdditionalFiles": [
"/Models/TreeList/Employee.cs",
"/Models/SampleData/TreeListEmployees.cs"
],
"DemoType": "Web"
},
{
"Title": "Column Reordering",
"Name": "Reordering",
Expand Down Expand Up @@ -1569,6 +1559,16 @@
],
"DemoType": "Web",
"Badge": "Updated"
},
{
"Title": "Column Chooser",
"Name": "ColumnChooser",
"Widget": "TreeList",
"MvcAdditionalFiles": [
"/Models/TreeList/Employee.cs",
"/Models/SampleData/TreeListEmployees.cs"
],
"DemoType": "Web"
}
]
},
Expand Down Expand Up @@ -4029,6 +4029,23 @@
}
]
},
{
"Name": "Pagination",
"Equivalents": "",
"Demos": [
{
"Title": "Overview",
"Name": "Overview",
"DocUrl": "",
"Widget": "Pagination",
"MvcDescription": "",
"NetCoreDescription": "",
"MvcAdditionalFiles": [],
"DemoType": "Web",
"Badge": "New"
}
]
},
{
"Name": "Tree View",
"Breadcrumb": true,
Expand Down Expand Up @@ -4183,23 +4200,6 @@
]
}
]
},
{
"Name": "Pagination",
"Equivalents": "",
"Demos": [
{
"Title": "Overview",
"Name": "Overview",
"DocUrl": "",
"Widget": "Pagination",
"MvcDescription": "",
"NetCoreDescription": "",
"MvcAdditionalFiles": [],
"DemoType": "Web",
"Badge": "New"
}
]
}
]
},
Expand Down

0 comments on commit 954bff3

Please sign in to comment.