Browse Source

Fix #205: add flatJSON extension.

zhixin 11 years ago
parent
commit
8992850f01
1 changed files with 17 additions and 0 deletions
  1. 17 0
      src/extensions/flatJSON/README.md

+ 17 - 0
src/extensions/flatJSON/README.md

@@ -0,0 +1,17 @@
+# Table flatJSON
+
+Use Plugin: [bootstrap-table-flatJSON](https://github.com/djhvscf/bootstrap-table-flatJSON)
+
+## Usage
+
+```html
+<script src="extensions/flatJSON/bootstrap-table-flatJSON.js"></script>
+```
+
+## Options
+
+### flat
+
+* type: Boolean
+* description: Set true to flat the JSON object.
+* default: `false`