From 581ede3f30cd407ad97e0e6a8a5146f8dffc1a7b Mon Sep 17 00:00:00 2001 From: Rob White Date: Fri, 21 Dec 2018 19:42:01 -0600 Subject: [PATCH] Fixes #3 Add ability to enable cell editing and add an example to documentation. --- README.md | 30 +++++++++++++++++++++++++++++- examples/App.vue | 4 +++- src/assets/js/default-events.js | 3 +++ src/assets/js/methods.js | 2 +- src/assets/js/props.js | 2 +- 5 files changed, 37 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 577e367..92af5f7 100644 --- a/README.md +++ b/README.md @@ -510,8 +510,36 @@ function(e, args) { ### SlickGrid Options > Each of the base SlickGrid Grid options are also available. *See the [SlickGrid Grid Options Wiki](https://github.com/mleibman/SlickGrid/wiki/Grid-Options) for defaults and descriptions.* -## Available Events +## Enable Editing +> You can enable editing of cells by enabling the SlickGrid edit options and setting editors on the columns you want. *See the [SlickGrid Examples](https://github.com/mleibman/SlickGrid/wiki/Examples) for examples & cell editor info.* +```html + + + + +``` + +## Available Events > All events you can listen for on the SlimGrid component use the kebab-case syntax: ```html