You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ This is something I've used internally forever in some version or another for im
2
2
3
3
To use this:
4
4
- 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
6
6
7
7
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.
0 commit comments