Skip to content

Commit f0a7fa1

Browse files
authored
Update README.md
1 parent fdae4e8 commit f0a7fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This is something I've used internally forever in some version or another for im
22

33
To use this:
44
- install nuget package **GridEidtor.RazorPages**
5-
- reference javascript in your Razor pages: https://cdn.jsdelivr.net/gh/adamosoftware/GridEditor.RazorPages@1.0.1/js/GridEditor.min.js
5+
- reference javascript in your Razor pages: https://cdn.jsdelivr.net/gh/adamosoftware/GridEditor.RazorPages@1.0.2/js/GridEditor.min.js
66

77
GridEditor is meant to work within the markup of a regular HTML table. You create an instance of a `GridEditor<T>` in your Razor page, then loop through some collection in your page's model, using GridEditor methods to render controls like text boxes, dropdowns, and checkboxes. In the last `td` of your table row, use the `GridEditor.Controls` method to render edit/delete and save/cancel links.
88

0 commit comments

Comments
 (0)