Skip to content

Commit c9d5316

Browse files
Update README.md
1 parent a7cad80 commit c9d5316

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,33 @@
77

88
This example demonstrates how to drag and drop multiple selected rows at once.
99

10-
Put a screenshot/gif that illustrates the result here.
10+
![grid-drag-multiple-rows](https://user-images.githubusercontent.com/13280527/226650938-08e5b3df-c543-4c56-b06c-aa4b97e8dd17.gif)
11+
12+
This implementation includes solutions for both local and remote data sources. It is based on our demos which illustrate how to drag a single row:
13+
- [Demo: Local Reordering](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/LocalReordering/jQuery/Light/)
14+
- [Demo: Remote Reordering](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RemoteReordering/jQuery/Light/)
15+
16+
describe an alternative for backend batch implementation
1117

12-
Then, add implementation details (steps, code snippets, and other technical information in a free form), or add a link to an existing document with implementation details.
1318

1419
## Files to Review
1520

1621
- **jQuery**
17-
- [GridLocalData.js](jQuery/src/GridLocalData.js)
22+
- [GridLocalData.js](jQuery/src/GridLocalData.js)
1823
- [GridRemoteData.js](jQuery/src/GridRemoteData.js)
1924
- **Angular**
20-
- [data-grid-local-data.component.html](Angular/src/app/components/data-grid-local-data/data-grid-local-data.component.html)
25+
- [data-grid-local-data.component.html](Angular/src/app/components/data-grid-local-data/data-grid-local-data.component.html)
2126
- [data-grid-local-data.component.ts](Angular/src/app/components/data-grid-local-data/data-grid-local-data.component.ts)
2227
- [data-grid-remote-data.component.html](Angular/src/app/components/data-grid-remote-data/data-grid-remote-data.component.html)
2328
- [data-grid-remote-data.component.ts](Angular/src/app/components/data-grid-remote-data/data-grid-remote-data.component.ts)
2429
- **Vue**
25-
- [DataGridLocalData.vue](Vue/src/components/DataGridLocalData.vue)
30+
- [DataGridLocalData.vue](Vue/src/components/DataGridLocalData.vue)
2631
- [DataGridRemoteData.vue](Vue/src/components/DataGridRemoteData.vue)
2732
- **React**
28-
- [DataGridLocalData.tsx](React/src/DataGridLocalData.tsx)
33+
- [DataGridLocalData.tsx](React/src/DataGridLocalData.tsx)
2934
- [DataGridRemoteData.tsx](React/src/DataGridRemoteData.tsx)
3035
- **NetCore**
31-
- [DataGridLocal.cshtml](ASP.NET_Core/Views/PartialViews/DataGridLocal.cshtml)
36+
- [DataGridLocal.cshtml](ASP.NET_Core/Views/PartialViews/DataGridLocal.cshtml)
3237
- [DataGridRemote.cshtml](ASP.NET_Core/Views/PartialViews/DataGridRemote.cshtml)
3338

3439
## Documentation
@@ -37,6 +42,4 @@ Then, add implementation details (steps, code snippets, and other technical info
3742

3843
## More Examples
3944

40-
[Example: DevExtreme TreeView - How to drag and drop multiple items] (https://github.com/DevExpress-Examples/devextreme-treeview-drag-and-drop-multiple-items)
41-
[Demo: Local Reordering](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/LocalReordering/jQuery/Light/)
42-
[Demo: Remote Reordering](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RemoteReordering/jQuery/Light/)
45+
[DevExtreme TreeView - How to drag and drop multiple items](https://github.com/DevExpress-Examples/devextreme-treeview-drag-and-drop-multiple-items)

0 commit comments

Comments
 (0)