diff --git a/docs/example-widget-editable.html b/docs/example-widget-editable.html index 97751ed0..0246e96a 100644 --- a/docs/example-widget-editable.html +++ b/docs/example-widget-editable.html @@ -38,7 +38,7 @@ td.no-edit, span.no-edit { editable_columns : [0,1,2], // point to the columns to make editable (zero-based index) editable_enterToAccept : true, // press enter to accept content, or click outside if false editable_autoResort : false, // auto resort after the content has changed. - editable_noEdit : 'no-edit' // class name of cell that is no editable + editable_noEdit : 'no-edit' // class name of cell that is not editable } }); @@ -57,7 +57,9 @@ td.no-edit, span.no-edit { NOTE!