Skip to content

Commit 73277f5

Browse files
fix readme links
1 parent 0fa6148 commit 73277f5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,21 @@ DataGrid may query all data when selecting a group row with many data records. Y
1717
## Files to Review
1818

1919
- **jQuery**
20-
- [index.js](jQuery/index.js)
21-
- [GroupSelectionBehavior.js](jQuery/GroupSelectionBehavior.js)
20+
- [index.js](jQuery/src/index.js)
21+
- [GroupSelectionBehavior.js](jQuery/src/GroupSelectionBehavior.js)
22+
- **ASP.NET Core**
23+
- [Index.cshtml](ASP.NET%20Core/Views/Home/Index/cshtml)
24+
- [GroupSelectionBehavior.js](ASP.NET%20Core/wwwroot/js/GroupSelectionBehavior.js)
2225
- **Angular**
2326
- [GroupRowSelectionHelper.ts](Angular/src/app/GroupRowSelection/GroupRowSelectionHelper.ts)
2427
- [group-row.component.html](Angular/src/app/GroupRowSelection/group-row-component/group-row.component.html)
2528
- [group-row.component.ts](Angular/src/app/GroupRowSelection/group-row-component/group-row.component.ts)
2629
- **React**
27-
- [GroupRowComponent.tsx](React/src/GroupRowSelection/GroupRowComponent.tsx)
30+
- [App.tsx](React/src/App.tsx)
31+
- [GroupRowComponent.tsx](React/src/GroupRowSelection//GroupRowComponent.tsx)
2832
- [GroupRowSelectionHelper.tsx](React/src/GroupRowSelection/GroupRowSelectionHelper.tsx)
2933
- **Vue**
34+
- [Home.vue](Vue/src/components/HomeContent.vue)
3035
- [GroupRowComponent.vue](Vue/src/components/GroupRowSelection/GroupRowComponent.vue)
3136
- [GroupRowSelectionHelper.ts](Vue/src/components/GroupRowSelection/GroupRowSelectionHelper.ts)
3237

0 commit comments

Comments
 (0)