You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
430 B
Plaintext
23 lines
430 B
Plaintext
# Table flat-json
|
|
|
|
Use Plugin: [bootstrap-table-flat-json](https://github.com/djhvscf/bootstrap-table-flat-json)
|
|
|
|
## Usage
|
|
|
|
```html
|
|
<script src="extensions/flat-json/bootstrap-table-flat-json.js"></script>
|
|
```
|
|
|
|
## Options
|
|
|
|
### flat
|
|
|
|
* type: Boolean
|
|
* description: Set true to flat the JSON object.
|
|
* default: `false`
|
|
|
|
### flatSeparator
|
|
|
|
* type: String
|
|
* description: Set the default separator between object levels.
|
|
* default: `.` |