X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/grid/row-editor.html diff --git a/examples/grid/row-editor.html b/examples/grid/row-editor.html new file mode 100644 index 00000000..d28237e5 --- /dev/null +++ b/examples/grid/row-editor.html @@ -0,0 +1,74 @@ + + + + Grid with RowEditor Example + + + + + + + + + + + + + + + +

Row Editor Grid Example

+

+ This example shows how to create a grid with inline row based editing using a custom row-editor. + The example code row-editor.js is not minified, so it's readable. +

+

+ To use this example, be sure to include the RowEditor.js file. +

+ +

+ +