Skip to content

Commit 9e16292

Browse files
Update README.md
1 parent 9b7fcdd commit 9e16292

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,17 @@ In this example, the custom column chooser includes a *Select All* checkbox that
1717
## Files to Review
1818

1919
- **jQuery**
20-
- [index.js](jQuery/index.js)
20+
- [index.js](jQuery/src/index.js)
2121
- **Angular**
2222
- [app.component.html](Angular/src/app/app.component.html)
23-
- [app.component.ts](Angular/src/app/app.component.ts)
23+
- [app.component.ts](Angular/src/app/app.component.ts)
24+
- [column.chooser.component.html](Angular/src/app/column.chooser/column.chooser.component.html)
25+
- [column.chooser.component.ts](Angular/src/app/column.chooser/column.chooser.component.ts)
2426
- **Vue**
2527
- [App.vue](Vue/src/App.vue)
2628
- **React**
27-
- [App.js](React/src/App.js)
29+
- [App.tsx](React/src/App.tsx)
30+
- [CustomColumnChooser.tsx](React/src/components/CustomColumnChooser.tsx)
2831
- **ASP.NET Core**
2932
- [Index.cshtml](ASP.NET%20Core/Views/Home/Index.cshtml)
3033

0 commit comments

Comments
 (0)