ソースを参照

Fix #205: add flatJSON extension.

zhixin 11 年 前
コミット
8992850f01
1 ファイル変更17 行追加0 行削除
  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`