From 618346b845a5dfb5c686548418ca5d40ce21b930 Mon Sep 17 00:00:00 2001 From: AllenFang Date: Sun, 7 Jan 2018 14:07:17 +0800 Subject: [PATCH] patch docs for cell edit --- docs/cell-edit.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/cell-edit.md b/docs/cell-edit.md index 051dde8..06968c7 100644 --- a/docs/cell-edit.md +++ b/docs/cell-edit.md @@ -1,3 +1,10 @@ +# Cell Editing +Before start to use cell edit, please remember to install `react-bootstrap-table2-editor` + +```sh +$ npm install react-bootstrap-table2-editor --save +``` + # Properties on cellEdit prop * [mode (**required**)](#mode) * [blurToSave](#blurToSave)